#B07254

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

Shades of Sante Fe #B07254

Tints of Sante Fe #B07254

Color information

#B07254 (or 0xB07254) is unknown color: approx Sante Fe. HEX triplet: B0, 72 and 54. RGB value is (176,114,84). Sum of RGB (Red+Green+Blue) = 176+114+84=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B07254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07254 is #4F8DAB. Grayscale: #818181. Windows color (decimal): -5213612 or 5534384. OLE color: 5534384.

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

Color convert

RGB17611484-
CMYK00.350.520.31
HSL19.57º36.8%50.98%-
HSV(B)19.57º52.27%69.02%-
XYZ25.5221.911.27-
YUV129.12102.54161.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.06%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 84 (33.20% from 255) = 22.46%
R=47.06%
G=30.48%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761148400.350.520.3119.5736.850.98
HexB07254023341F142533
Octal2601621240436437244563
Binary101100001110010101010001000111101001111110100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07254; }

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

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

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

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

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

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

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

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