Html Css Color HEX #B96F4E Sante Fe

📋 copy color: '#B96F4E'

red 185 ◦ green 111 ◦ blue 78

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

Shades of Sante Fe #B96F4E

Tints of Sante Fe #B96F4E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.68%

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

R = 49.47%
G = 29.68%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B96F4E (or 0xB96F4E) is known color: Sante Fe. HEX triplet: B9, 6F and 4E. RGB value is (185,111,78). Sum of RGB (Red+Green+Blue) = 185+111+78=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96F4E is #4690B1. Grayscale: #818181. Windows color (decimal): -4624562 or 5140409. OLE color: 5140409.

HSL color Cylindrical-coordinate representation of color #B96F4E: hue angle of 18.5º 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 #B96F4E is Cyan = 0, Magento = 0.4, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 111 78 -
CMYK 0 0.4 0.58 0.27
HSL 18.5º 0.43% 0.52% -
HSV(B) 18.5º 0.58% 0.73% -
XYZ 27.07 22.23 10.07 -
YUV 129.36 99.02 167.68 -
System Red Green Blue C M Y K H S L
Decimal 185 111 78 0 0.4 0.58 0.27 18.5 0.43 0.52
Hex B9 6F 4E 0 28 3A 1B 13 2B 34
Octal 271 157 116 0 50 72 33 23 53 64
Binary 10111001 1101111 1001110 0 101000 111010 11011 10011 101011 110100

Color Harmonies of #B96F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96F4E

Black with #B96F4E

Text Example


Text Example

White with #B96F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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