Html Css Color HEX #B16150 Sante Fe

📋 copy color: '#B16150'

red 177 ◦ green 97 ◦ blue 80

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

Shades of Sante Fe #B16150

Tints of Sante Fe #B16150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.4%

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

R = 50%
G = 27.4%
B = 22.6%

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

#B16150 (or 0xB16150) is known color: Sante Fe. HEX triplet: B1, 61 and 50. RGB value is (177,97,80). Sum of RGB (Red+Green+Blue) = 177+97+80=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B16150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16150 is #4E9EAF. Grayscale: #777777. Windows color (decimal): -5152432 or 5267889. OLE color: 5267889.

HSL color Cylindrical-coordinate representation of color #B16150: hue angle of 10.52º 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 #B16150 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 97 80 -
CMYK 0 0.45 0.55 0.31
HSL 10.52º 0.38% 0.5% -
HSV(B) 10.52º 0.55% 0.69% -
XYZ 23.85 18.48 9.9 -
YUV 118.98 106 169.38 -
System Red Green Blue C M Y K H S L
Decimal 177 97 80 0 0.45 0.55 0.31 10.52 0.38 0.5
Hex B1 61 50 0 2D 37 1F B 26 32
Octal 261 141 120 0 55 67 37 13 46 62
Binary 10110001 1100001 1010000 0 101101 110111 11111 1011 100110 110010

Color Harmonies of #B16150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16150

Black with #B16150

Text Example


Text Example

White with #B16150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16150; }

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

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

background-color css

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

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

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

border-color css

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

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

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