Html Css Color HEX #B96C54 Sante Fe

📋 copy color: '#B96C54'

red 185 ◦ green 108 ◦ blue 84

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

Shades of Sante Fe #B96C54

Tints of Sante Fe #B96C54

RGB

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

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

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

R = 49.07%
G = 28.65%
B = 22.28%

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

#B96C54 (or 0xB96C54) is known color: Sante Fe. HEX triplet: B9, 6C and 54. RGB value is (185,108,84). Sum of RGB (Red+Green+Blue) = 185+108+84=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96C54 is #4693AB. Grayscale: #808080. Windows color (decimal): -4625324 or 5532857. OLE color: 5532857.

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

Color convert

RGB 185 108 84 -
CMYK 0 0.42 0.55 0.27
HSL 14.26º 0.42% 0.53% -
HSV(B) 14.26º 0.55% 0.73% -
XYZ 26.97 21.68 11.15 -
YUV 128.29 103.01 168.45 -
System Red Green Blue C M Y K H S L
Decimal 185 108 84 0 0.42 0.55 0.27 14.26 0.42 0.53
Hex B9 6C 54 0 2A 37 1B E 2A 35
Octal 271 154 124 0 52 67 33 16 52 65
Binary 10111001 1101100 1010100 0 101010 110111 11011 1110 101010 110101

Color Harmonies of #B96C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C54

Black with #B96C54

Text Example


Text Example

White with #B96C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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