Html Css Color HEX #B96D52 Sante Fe

📋 copy color: '#B96D52'

red 185 ◦ green 109 ◦ blue 82

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

Shades of Sante Fe #B96D52

Tints of Sante Fe #B96D52

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.99%

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

R = 49.2%
G = 28.99%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B96D52 (or 0xB96D52) is known color: Sante Fe. HEX triplet: B9, 6D and 52. RGB value is (185,109,82). Sum of RGB (Red+Green+Blue) = 185+109+82=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96D52 is #4692AD. Grayscale: #808080. Windows color (decimal): -4625070 or 5402041. OLE color: 5402041.

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

Color convert

RGB 185 109 82 -
CMYK 0 0.41 0.56 0.27
HSL 15.73º 0.42% 0.52% -
HSV(B) 15.73º 0.56% 0.73% -
XYZ 27 21.86 10.78 -
YUV 128.65 101.68 168.2 -
System Red Green Blue C M Y K H S L
Decimal 185 109 82 0 0.41 0.56 0.27 15.73 0.42 0.52
Hex B9 6D 52 0 29 38 1B 10 2A 34
Octal 271 155 122 0 51 70 33 20 52 64
Binary 10111001 1101101 1010010 0 101001 111000 11011 10000 101010 110100

Color Harmonies of #B96D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96D52

Black with #B96D52

Text Example


Text Example

White with #B96D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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