Html Css Color HEX #B96A54 Sante Fe

📋 copy color: '#B96A54'

red 185 ◦ green 106 ◦ blue 84

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

Shades of Sante Fe #B96A54

Tints of Sante Fe #B96A54

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.27%

 BLUE value IS 84 (33.2% from 255) = 22.4%

R = 49.33%
G = 28.27%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B96A54 (or 0xB96A54) is known color: Sante Fe. HEX triplet: B9, 6A and 54. RGB value is (185,106,84). Sum of RGB (Red+Green+Blue) = 185+106+84=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96A54 is #4695AB. Grayscale: #7F7F7F. Windows color (decimal): -4625836 or 5532345. OLE color: 5532345.

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

Color convert

RGB 185 106 84 -
CMYK 0 0.43 0.55 0.27
HSL 13.07º 0.42% 0.53% -
HSV(B) 13.07º 0.55% 0.73% -
XYZ 26.76 21.26 11.08 -
YUV 127.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 185 106 84 0 0.43 0.55 0.27 13.07 0.42 0.53
Hex B9 6A 54 0 2B 37 1B D 2A 35
Octal 271 152 124 0 53 67 33 15 52 65
Binary 10111001 1101010 1010100 0 101011 110111 11011 1101 101010 110101

Color Harmonies of #B96A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A54

Black with #B96A54

Text Example


Text Example

White with #B96A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A54; }

 p { color: rgb(185,106,84); }

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

background-color css

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

 a { background-color: rgb(185,106,84); }

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

border-color css

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

 span { border-color: rgb(185,106,84); }

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