Html Css Color HEX #B96B54 Sante Fe

📋 copy color: '#B96B54'

red 185 ◦ green 107 ◦ blue 84

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

Shades of Sante Fe #B96B54

Tints of Sante Fe #B96B54

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.46%

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

R = 49.2%
G = 28.46%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B96B54 (or 0xB96B54) is known color: Sante Fe. HEX triplet: B9, 6B and 54. RGB value is (185,107,84). Sum of RGB (Red+Green+Blue) = 185+107+84=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96B54 is #4694AB. Grayscale: #7F7F7F. Windows color (decimal): -4625580 or 5532601. OLE color: 5532601.

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

Color convert

RGB 185 107 84 -
CMYK 0 0.42 0.55 0.27
HSL 13.66º 0.42% 0.53% -
HSV(B) 13.66º 0.55% 0.73% -
XYZ 26.87 21.47 11.12 -
YUV 127.7 103.34 168.87 -
System Red Green Blue C M Y K H S L
Decimal 185 107 84 0 0.42 0.55 0.27 13.66 0.42 0.53
Hex B9 6B 54 0 2A 37 1B E 2A 35
Octal 271 153 124 0 52 67 33 16 52 65
Binary 10111001 1101011 1010100 0 101010 110111 11011 1110 101010 110101

Color Harmonies of #B96B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96B54

Black with #B96B54

Text Example


Text Example

White with #B96B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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