Html Css Color HEX #B96C4D Sante Fe

📋 copy color: '#B96C4D'

red 185 ◦ green 108 ◦ blue 77

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

Shades of Sante Fe #B96C4D

Tints of Sante Fe #B96C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.81%

R = 50%
G = 29.19%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B96C4D (or 0xB96C4D) is known color: Sante Fe. HEX triplet: B9, 6C and 4D. RGB value is (185,108,77). Sum of RGB (Red+Green+Blue) = 185+108+77=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96C4D is #4693B2. Grayscale: #7F7F7F. Windows color (decimal): -4625331 or 5074105. OLE color: 5074105.

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

Color convert

RGB 185 108 77 -
CMYK 0 0.42 0.58 0.27
HSL 17.22º 0.44% 0.51% -
HSV(B) 17.22º 0.58% 0.73% -
XYZ 26.71 21.58 9.78 -
YUV 127.49 99.51 169.02 -
System Red Green Blue C M Y K H S L
Decimal 185 108 77 0 0.42 0.58 0.27 17.22 0.44 0.51
Hex B9 6C 4D 0 2A 3A 1B 11 2C 33
Octal 271 154 115 0 52 72 33 21 54 63
Binary 10111001 1101100 1001101 0 101010 111010 11011 10001 101100 110011

Color Harmonies of #B96C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C4D

Black with #B96C4D

Text Example


Text Example

White with #B96C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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