Html Css Color HEX #B96952 Sante Fe

📋 copy color: '#B96952'

red 185 ◦ green 105 ◦ blue 82

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

Shades of Sante Fe #B96952

Tints of Sante Fe #B96952

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.23%

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

R = 49.73%
G = 28.23%
B = 22.04%

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

#B96952 (or 0xB96952) is known color: Sante Fe. HEX triplet: B9, 69 and 52. RGB value is (185,105,82). Sum of RGB (Red+Green+Blue) = 185+105+82=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B96952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96952 is #4696AD. Grayscale: #7E7E7E. Windows color (decimal): -4626094 or 5401017. OLE color: 5401017.

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

Color convert

RGB 185 105 82 -
CMYK 0 0.43 0.56 0.27
HSL 13.4º 0.42% 0.52% -
HSV(B) 13.4º 0.56% 0.73% -
XYZ 26.58 21.03 10.64 -
YUV 126.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 185 105 82 0 0.43 0.56 0.27 13.4 0.42 0.52
Hex B9 69 52 0 2B 38 1B D 2A 34
Octal 271 151 122 0 53 70 33 15 52 64
Binary 10111001 1101001 1010010 0 101011 111000 11011 1101 101010 110100

Color Harmonies of #B96952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96952

Black with #B96952

Text Example


Text Example

White with #B96952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96952; }

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

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

background-color css

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

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

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

border-color css

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

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

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