#B06454

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

Shades of Sante Fe #B06454

Tints of Sante Fe #B06454

Color information

#B06454 (or 0xB06454) is unknown color: approx Sante Fe. HEX triplet: B0, 64 and 54. RGB value is (176,100,84). Sum of RGB (Red+Green+Blue) = 176+100+84=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B06454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06454 is #4F9BAB. Grayscale: #797979. Windows color (decimal): -5217196 or 5530800. OLE color: 5530800.

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

Color convert

RGB17610084-
CMYK00.430.520.31
HSL10.43º36.8%50.98%-
HSV(B)10.43º52.27%69.02%-
XYZ24.0618.9810.78-
YUV120.9107.18167.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.89%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 84 (33.20% from 255) = 23.33%
R=48.89%
G=27.78%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761008400.430.520.3110.4336.850.98
HexB0645402B341Fa2533
Octal2601441240536437124563
Binary10110000110010010101000101011110100111111010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06454; }

 p { color: rgb(176,100,84); }

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

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

 a { background-color: rgb(176,100,84); }

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

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

 span { border-color: rgb(176,100,84); }

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