#B06F5B

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

Shades of Sante Fe #B06F5B

Tints of Sante Fe #B06F5B

Color information

#B06F5B (or 0xB06F5B) is unknown color: approx Sante Fe. HEX triplet: B0, 6F and 5B. RGB value is (176,111,91). Sum of RGB (Red+Green+Blue) = 176+111+91=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F5B is #4F90A4. Grayscale: #808080. Windows color (decimal): -5214373 or 5992368. OLE color: 5992368.

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

Color convert

RGB17611191-
CMYK00.370.480.31
HSL14.12º34.98%52.35%-
HSV(B)14.12º48.3%69.02%-
XYZ25.4821.3512.68-
YUV128.16107.03162.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 111 (43.75% from 255) = 29.37%
BLUE value IS 91 (35.94% from 255) = 24.07%
R=46.56%
G=29.37%
B=24.07%

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
Decimal1761119100.370.480.3114.1234.9852.35
HexB06F5B025301Fe2334
Octal2601571330456037164364
Binary10110000110111110110110100101110000111111110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06F5B; }

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

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

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

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

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

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

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

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