#B06F5C

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

Shades of Sante Fe #B06F5C

Tints of Sante Fe #B06F5C

Color information

#B06F5C (or 0xB06F5C) is unknown color: approx Sante Fe. HEX triplet: B0, 6F and 5C. RGB value is (176,111,92). Sum of RGB (Red+Green+Blue) = 176+111+92=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F5C is #4F90A3. Grayscale: #808080. Windows color (decimal): -5214372 or 6057904. OLE color: 6057904.

HSL color Cylindrical-coordinate representation of color #B06F5C: hue angle of 13.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B06F5C is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB17611192-
CMYK00.370.480.31
HSL13.57º34.71%52.55%-
HSV(B)13.57º47.73%69.02%-
XYZ25.5221.3712.91-
YUV128.27107.53162.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.44%
GREEN value IS 111 (43.75% from 255) = 29.29%
BLUE value IS 92 (36.33% from 255) = 24.27%
R=46.44%
G=29.29%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761119200.370.480.3113.5734.7152.55
HexB06F5C025301Fe2335
Octal2601571340456037164365
Binary10110000110111110111000100101110000111111110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06F5C; }

 p { color: rgb(176,111,92); }

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

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

 a { background-color: rgb(176,111,92); }

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

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

 span { border-color: rgb(176,111,92); }

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