Html Css Color HEX #B16250 Sante Fe

📋 copy color: '#B16250'

red 177 ◦ green 98 ◦ blue 80

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

Shades of Sante Fe #B16250

Tints of Sante Fe #B16250

RGB

 RED value IS 177 (69.53% from 255) = 49.86%

 GREEN value IS 98 (38.67% from 255) = 27.61%

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

R = 49.86%
G = 27.61%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B16250 (or 0xB16250) is known color: Sante Fe. HEX triplet: B1, 62 and 50. RGB value is (177,98,80). Sum of RGB (Red+Green+Blue) = 177+98+80=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B16250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16250 is #4E9DAF. Grayscale: #777777. Windows color (decimal): -5152176 or 5268145. OLE color: 5268145.

HSL color Cylindrical-coordinate representation of color #B16250: hue angle of 11.13º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B16250 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 98 80 -
CMYK 0 0.45 0.55 0.31
HSL 11.13º 0.38% 0.5% -
HSV(B) 11.13º 0.55% 0.69% -
XYZ 23.95 18.66 9.93 -
YUV 119.57 105.67 168.96 -
System Red Green Blue C M Y K H S L
Decimal 177 98 80 0 0.45 0.55 0.31 11.13 0.38 0.5
Hex B1 62 50 0 2D 37 1F B 26 32
Octal 261 142 120 0 55 67 37 13 46 62
Binary 10110001 1100010 1010000 0 101101 110111 11111 1011 100110 110010

Color Harmonies of #B16250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16250

Black with #B16250

Text Example


Text Example

White with #B16250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16250; }

 p { color: rgb(177,98,80); }

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

background-color css

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

 a { background-color: rgb(177,98,80); }

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

border-color css

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

 span { border-color: rgb(177,98,80); }

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