#B06B50

Color #B06B50 Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #B06B50

Tints of Sante Fe #B06B50

Color information

#B06B50 (or 0xB06B50) is unknown color: approx Sante Fe. HEX triplet: B0, 6B and 50. RGB value is (176,107,80). Sum of RGB (Red+Green+Blue) = 176+107+80=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06B50 is #4F94AF. Grayscale: #7C7C7C. Windows color (decimal): -5215408 or 5270448. OLE color: 5270448.

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

Color convert

RGB17610780-
CMYK00.390.550.31
HSL16.88º37.8%50.2%-
HSV(B)16.88º54.55%69.02%-
XYZ24.6120.3210.22-
YUV124.55102.86164.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.48%
GREEN value IS 107 (42.19% from 255) = 29.48%
BLUE value IS 80 (31.64% from 255) = 22.04%
R=48.48%
G=29.48%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761078000.390.550.3116.8837.850.2
HexB06B50027371F112632
Octal2601531200476737214662
Binary101100001101011101000001001111101111111110001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B50; }

 p { color: rgb(176,107,80); }

 H1.HeaderClassName
 {
   color: #B06B50;
 }
 .AnyTagClassName
 {
   color: #B06B50;
 }
</style>
background-color css

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

 a { background-color: rgb(176,107,80); }

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

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

 span { border-color: rgb(176,107,80); }

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