#B67058

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

Shades of Sante Fe #B67058

Tints of Sante Fe #B67058

Color information

#B67058 (or 0xB67058) is unknown color: approx Sante Fe. HEX triplet: B6, 70 and 58. RGB value is (182,112,88). Sum of RGB (Red+Green+Blue) = 182+112+88=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B67058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67058 is #498FA7. Grayscale: #828282. Windows color (decimal): -4820904 or 5796022. OLE color: 5796022.

HSL color Cylindrical-coordinate representation of color #B67058: hue angle of 15.32º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B67058 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18211288-
CMYK00.380.520.29
HSL15.32º39.17%52.94%-
HSV(B)15.32º51.65%71.37%-
XYZ26.8522.2412.11-
YUV130.19104.19164.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.64%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 88 (34.77% from 255) = 23.04%
R=47.64%
G=29.32%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821128800.380.520.2915.3239.1752.94
HexB67058026341Df2735
Octal2661601300466435174765
Binary10110110111000010110000100110110100111011111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67058; }

 p { color: rgb(182,112,88); }

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

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

 a { background-color: rgb(182,112,88); }

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

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

 span { border-color: rgb(182,112,88); }

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