Html Css Color HEX #B96C4F Sante Fe

📋 copy color: '#B96C4F'

red 185 ◦ green 108 ◦ blue 79

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

Shades of Sante Fe #B96C4F

Tints of Sante Fe #B96C4F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.03%

 BLUE value IS 79 (31.25% from 255) = 21.24%

R = 49.73%
G = 29.03%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B96C4F (or 0xB96C4F) is known color: Sante Fe. HEX triplet: B9, 6C and 4F. RGB value is (185,108,79). Sum of RGB (Red+Green+Blue) = 185+108+79=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96C4F is #4693B0. Grayscale: #7F7F7F. Windows color (decimal): -4625329 or 5205177. OLE color: 5205177.

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

Color convert

RGB 185 108 79 -
CMYK 0 0.42 0.57 0.27
HSL 16.42º 0.43% 0.52% -
HSV(B) 16.42º 0.57% 0.73% -
XYZ 26.78 21.6 10.16 -
YUV 127.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 185 108 79 0 0.42 0.57 0.27 16.42 0.43 0.52
Hex B9 6C 4F 0 2A 39 1B 10 2B 34
Octal 271 154 117 0 52 71 33 20 53 64
Binary 10111001 1101100 1001111 0 101010 111001 11011 10000 101011 110100

Color Harmonies of #B96C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C4F

Black with #B96C4F

Text Example


Text Example

White with #B96C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C4F; }

 p { color: rgb(185,108,79); }

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

background-color css

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

 a { background-color: rgb(185,108,79); }

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

border-color css

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

 span { border-color: rgb(185,108,79); }

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