#B67052

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

Shades of Sante Fe #B67052

Tints of Sante Fe #B67052

Color information

#B67052 (or 0xB67052) is unknown color: approx Sante Fe. HEX triplet: B6, 70 and 52. RGB value is (182,112,82). Sum of RGB (Red+Green+Blue) = 182+112+82=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B67052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67052 is #498FAD. Grayscale: #818181. Windows color (decimal): -4820910 or 5402806. OLE color: 5402806.

HSL color Cylindrical-coordinate representation of color #B67052: hue angle of 18º 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 #B67052 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB18211282-
CMYK00.380.550.29
HSL18º40.65%51.76%-
HSV(B)18º54.95%71.37%-
XYZ26.6122.1410.85-
YUV129.51101.19165.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.40%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 82 (32.42% from 255) = 21.81%
R=48.40%
G=29.79%
B=21.81%

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
Decimal1821128200.380.550.291840.6551.76
HexB67052026371D122934
Octal2661601220466735225164
Binary101101101110000101001001001101101111110110010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67052; }

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

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

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

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

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

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

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

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