#B67051

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

Shades of Sante Fe #B67051

Tints of Sante Fe #B67051

Color information

#B67051 (or 0xB67051) is unknown color: approx Sante Fe. HEX triplet: B6, 70 and 51. RGB value is (182,112,81). Sum of RGB (Red+Green+Blue) = 182+112+81=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B67051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67051 is #498FAE. Grayscale: #818181. Windows color (decimal): -4820911 or 5337270. OLE color: 5337270.

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

Color convert

RGB18211281-
CMYK00.380.550.29
HSL18.42º40.89%51.57%-
HSV(B)18.42º55.49%71.37%-
XYZ26.5722.1310.66-
YUV129.4100.69165.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.53%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 81 (32.03% from 255) = 21.6%
R=48.53%
G=29.87%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821128100.380.550.2918.4240.8951.57
HexB67051026371D122934
Octal2661601210466735225164
Binary101101101110000101000101001101101111110110010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67051; }

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

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

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

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

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

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

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

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