Html Css Color HEX #B96D4E Sante Fe

📋 copy color: '#B96D4E'

red 185 ◦ green 109 ◦ blue 78

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

Shades of Sante Fe #B96D4E

Tints of Sante Fe #B96D4E

RGB

 RED value IS 185 (72.66% from 255) = 49.73%

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

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

R = 49.73%
G = 29.3%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B96D4E (or 0xB96D4E) is known color: Sante Fe. HEX triplet: B9, 6D and 4E. RGB value is (185,109,78). Sum of RGB (Red+Green+Blue) = 185+109+78=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96D4E is #4692B1. Grayscale: #808080. Windows color (decimal): -4625074 or 5139897. OLE color: 5139897.

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

Color convert

RGB 185 109 78 -
CMYK 0 0.41 0.58 0.27
HSL 17.38º 0.43% 0.52% -
HSV(B) 17.38º 0.58% 0.73% -
XYZ 26.85 21.8 10 -
YUV 128.19 99.68 168.52 -
System Red Green Blue C M Y K H S L
Decimal 185 109 78 0 0.41 0.58 0.27 17.38 0.43 0.52
Hex B9 6D 4E 0 29 3A 1B 11 2B 34
Octal 271 155 116 0 51 72 33 21 53 64
Binary 10111001 1101101 1001110 0 101001 111010 11011 10001 101011 110100

Color Harmonies of #B96D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96D4E

Black with #B96D4E

Text Example


Text Example

White with #B96D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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