Html Css Color HEX #B96A50 Sante Fe

📋 copy color: '#B96A50'

red 185 ◦ green 106 ◦ blue 80

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

Shades of Sante Fe #B96A50

Tints of Sante Fe #B96A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.56%

R = 49.87%
G = 28.57%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B96A50 (or 0xB96A50) is known color: Sante Fe. HEX triplet: B9, 6A and 50. RGB value is (185,106,80). Sum of RGB (Red+Green+Blue) = 185+106+80=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96A50 is #4695AF. Grayscale: #7E7E7E. Windows color (decimal): -4625840 or 5270201. OLE color: 5270201.

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

Color convert

RGB 185 106 80 -
CMYK 0 0.43 0.57 0.27
HSL 14.86º 0.43% 0.52% -
HSV(B) 14.86º 0.57% 0.73% -
XYZ 26.61 21.2 10.28 -
YUV 126.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 185 106 80 0 0.43 0.57 0.27 14.86 0.43 0.52
Hex B9 6A 50 0 2B 39 1B F 2B 34
Octal 271 152 120 0 53 71 33 17 53 64
Binary 10111001 1101010 1010000 0 101011 111001 11011 1111 101011 110100

Color Harmonies of #B96A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A50

Black with #B96A50

Text Example


Text Example

White with #B96A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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