Color Hex Logo

#bf7350 Color Hex

#BF7350
(191,115,80)
0 Favorites   0 Comments

Color spaces of #bf7350

RGB 19111580
HSL0.050.460.53
HSV19°58°75°
CMYK 0.000.400.58   0.25
XYZ29.064623.917010.6740
Yxy23.91700.45660.3757
Hunter Lab48.905020.500121.2929
CIE-Lab56.004626.492231.9271

#bf7350 color RGB value is (191,115,80).

#bf7350 hex color red value is 191, green value is 115 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bf7350 hue: 0.05 , saturation: 0.46 and the lightness value of bf7350 is 0.53.

The process color (four color CMYK) of #bf7350 color hex is 0.00, 0.40, 0.58, 0.25. Web safe color of #bf7350 is #cc6666. Color #bf7350 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110011 01010000
Octal 277 163 120
Decimal 191 115 80
Hex BF 73 50

RGB Percentages of Color #bf7350

%49.48
%29.79
%20.73

CMYK Percentages of Color #bf7350

%0
%40
%58
%25

Triadic Colors of #bf7350

#bf7350 #50bf73 #7350bf

Analogous Colors of #bf7350

#bf7350 #bfab50 #bf5065

Monochromatic Colors of #bf7350

#bf7350

Complementary Color

#bf7350 #509cbf

#bf7350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7350 Color CSS Codes

.mybgcolor {background-color:#bf7350; } 
.myforecolor {color:#bf7350; }
.mybordercolor {border:3px solid #bf7350; }

#bf7350 Text Font Color

<p style="color:#bf7350">Text here</p>

This sample text font color is #bf7350
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bf7350 Background Color

<div style="background-color:#bf7350">
Div content here</div>

This div background color is #bf7350


#bf7350 Border Color

<div style="border:3px solid #bf7350">
Div here</div>

This div border color is #bf7350


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,115,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bf7350; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bf7350;
  -webkit-box-shadow: 1px 1px 3px 2px #bf7350;
  box-shadow:         1px 1px 3px 2px #bf7350; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,115,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bf7350">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bf7350;
  -webkit-box-shadow: 1px 1px 3px 2px #bf7350;
  box-shadow:         1px 1px 3px 2px #bf7350;">
Div content here</div>

This div box has shadow with color #bf7350


Comments

No comments written yet.

Please login to write comment.