Html Css Color HEX #B96D50 Sante Fe

📋 copy color: '#B96D50'

red 185 ◦ green 109 ◦ blue 80

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

Shades of Sante Fe #B96D50

Tints of Sante Fe #B96D50

RGB

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

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

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

R = 49.47%
G = 29.14%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B96D50 (or 0xB96D50) is known color: Sante Fe. HEX triplet: B9, 6D and 50. RGB value is (185,109,80). Sum of RGB (Red+Green+Blue) = 185+109+80=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96D50 is #4692AF. Grayscale: #808080. Windows color (decimal): -4625072 or 5270969. OLE color: 5270969.

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

Color convert

RGB 185 109 80 -
CMYK 0 0.41 0.57 0.27
HSL 16.57º 0.43% 0.52% -
HSV(B) 16.57º 0.57% 0.73% -
XYZ 26.92 21.83 10.38 -
YUV 128.42 100.68 168.36 -
System Red Green Blue C M Y K H S L
Decimal 185 109 80 0 0.41 0.57 0.27 16.57 0.43 0.52
Hex B9 6D 50 0 29 39 1B 11 2B 34
Octal 271 155 120 0 51 71 33 21 53 64
Binary 10111001 1101101 1010000 0 101001 111001 11011 10001 101011 110100

Color Harmonies of #B96D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96D50

Black with #B96D50

Text Example


Text Example

White with #B96D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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