Html Css Color HEX #B96C55 Sante Fe

📋 copy color: '#B96C55'

red 185 ◦ green 108 ◦ blue 85

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

Shades of Sante Fe #B96C55

Tints of Sante Fe #B96C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.49%

R = 48.94%
G = 28.57%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B96C55 (or 0xB96C55) is known color: Sante Fe. HEX triplet: B9, 6C and 55. RGB value is (185,108,85). Sum of RGB (Red+Green+Blue) = 185+108+85=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96C55 is #4693AA. Grayscale: #808080. Windows color (decimal): -4625323 or 5598393. OLE color: 5598393.

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

Color convert

RGB 185 108 85 -
CMYK 0 0.42 0.54 0.27
HSL 13.8º 0.42% 0.53% -
HSV(B) 13.8º 0.54% 0.73% -
XYZ 27.01 21.7 11.36 -
YUV 128.4 103.51 168.37 -
System Red Green Blue C M Y K H S L
Decimal 185 108 85 0 0.42 0.54 0.27 13.8 0.42 0.53
Hex B9 6C 55 0 2A 36 1B E 2A 35
Octal 271 154 125 0 52 66 33 16 52 65
Binary 10111001 1101100 1010101 0 101010 110110 11011 1110 101010 110101

Color Harmonies of #B96C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C55

Black with #B96C55

Text Example


Text Example

White with #B96C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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