Html Css Color HEX #B96A52 Sante Fe

📋 copy color: '#B96A52'

red 185 ◦ green 106 ◦ blue 82

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

Shades of Sante Fe #B96A52

Tints of Sante Fe #B96A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.98%

R = 49.6%
G = 28.42%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B96A52 (or 0xB96A52) is known color: Sante Fe. HEX triplet: B9, 6A and 52. RGB value is (185,106,82). Sum of RGB (Red+Green+Blue) = 185+106+82=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96A52 is #4695AD. Grayscale: #7F7F7F. Windows color (decimal): -4625838 or 5401273. OLE color: 5401273.

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

Color convert

RGB 185 106 82 -
CMYK 0 0.43 0.56 0.27
HSL 13.98º 0.42% 0.52% -
HSV(B) 13.98º 0.56% 0.73% -
XYZ 26.68 21.23 10.67 -
YUV 126.89 102.67 169.45 -
System Red Green Blue C M Y K H S L
Decimal 185 106 82 0 0.43 0.56 0.27 13.98 0.42 0.52
Hex B9 6A 52 0 2B 38 1B E 2A 34
Octal 271 152 122 0 53 70 33 16 52 64
Binary 10111001 1101010 1010010 0 101011 111000 11011 1110 101010 110100

Color Harmonies of #B96A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A52

Black with #B96A52

Text Example


Text Example

White with #B96A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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