Html Css Color HEX #B86D4E Sante Fe

📋 copy color: '#B86D4E'

red 184 ◦ green 109 ◦ blue 78

#B86D4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sante Fe #B86D4E

Tints of Sante Fe #B86D4E

RGB

 RED value IS 184 (72.27% from 255) = 49.6%

 GREEN value IS 109 (42.97% from 255) = 29.38%

 BLUE value IS 78 (30.86% from 255) = 21.02%

R = 49.6%
G = 29.38%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B86D4E (or 0xB86D4E) is known color: Sante Fe. HEX triplet: B8, 6D and 4E. RGB value is (184,109,78). Sum of RGB (Red+Green+Blue) = 184+109+78=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86D4E is #4792B1. Grayscale: #808080. Windows color (decimal): -4690610 or 5139896. OLE color: 5139896.

HSL color Cylindrical-coordinate representation of color #B86D4E: hue angle of 17.55º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B86D4E is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 109 78 -
CMYK 0 0.41 0.58 0.28
HSL 17.55º 0.43% 0.51% -
HSV(B) 17.55º 0.58% 0.72% -
XYZ 26.61 21.68 9.99 -
YUV 127.89 99.85 168.02 -
System Red Green Blue C M Y K H S L
Decimal 184 109 78 0 0.41 0.58 0.28 17.55 0.43 0.51
Hex B8 6D 4E 0 29 3A 1C 12 2B 33
Octal 270 155 116 0 51 72 34 22 53 63
Binary 10111000 1101101 1001110 0 101001 111010 11100 10010 101011 110011

Color Harmonies of #B86D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86D4E

Black with #B86D4E

Text Example


Text Example

White with #B86D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86D4E; }

 p { color: rgb(184,109,78); }

 H1.HeaderClassName
 {
   color: #B86D4E;
 }
 .AnyTagClassName
 {
   color: #B86D4E;
 }
</style>

background-color css

<style>
 a { background-color: #B86D4E; }

 a { background-color: rgb(184,109,78); }

 div.DivClassName
 {
   background-color: #B86D4E;
 }
 .BgClassName
 {
   background-color: #B86D4E;
 }
</style>

border-color css

<style>
 span { border-color: #B86D4E; }

 span { border-color: rgb(184,109,78); }

 td.TdClassName
 {
   border-color: #B86D4E;
 }
 .TagClassName
 {
   border-color: #B86D4E;
 }
</style>