Html Css Color HEX #B96950 Sante Fe

📋 copy color: '#B96950'

red 185 ◦ green 105 ◦ blue 80

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

Shades of Sante Fe #B96950

Tints of Sante Fe #B96950

RGB

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

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

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

R = 50%
G = 28.38%
B = 21.62%

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

#B96950 (or 0xB96950) is known color: Sante Fe. HEX triplet: B9, 69 and 50. RGB value is (185,105,80). Sum of RGB (Red+Green+Blue) = 185+105+80=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B96950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96950 is #4696AF. Grayscale: #7E7E7E. Windows color (decimal): -4626096 or 5269945. OLE color: 5269945.

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

Color convert

RGB 185 105 80 -
CMYK 0 0.43 0.57 0.27
HSL 14.29º 0.43% 0.52% -
HSV(B) 14.29º 0.57% 0.73% -
XYZ 26.51 21 10.25 -
YUV 126.07 102 170.03 -
System Red Green Blue C M Y K H S L
Decimal 185 105 80 0 0.43 0.57 0.27 14.29 0.43 0.52
Hex B9 69 50 0 2B 39 1B E 2B 34
Octal 271 151 120 0 53 71 33 16 53 64
Binary 10111001 1101001 1010000 0 101011 111001 11011 1110 101011 110100

Color Harmonies of #B96950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96950

Black with #B96950

Text Example


Text Example

White with #B96950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96950; }

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

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

background-color css

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

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

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

border-color css

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

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

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