#B67250

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

Shades of Sante Fe #B67250

Tints of Sante Fe #B67250

Color information

#B67250 (or 0xB67250) is unknown color: approx Sante Fe. HEX triplet: B6, 72 and 50. RGB value is (182,114,80). Sum of RGB (Red+Green+Blue) = 182+114+80=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B67250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67250 is #498DAF. Grayscale: #828282. Windows color (decimal): -4820400 or 5272246. OLE color: 5272246.

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

Color convert

RGB18211480-
CMYK00.370.560.29
HSL20º41.13%51.37%-
HSV(B)20º56.04%71.37%-
XYZ26.7622.5610.53-
YUV130.4699.53164.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.40%
GREEN value IS 114 (44.92% from 255) = 30.32%
BLUE value IS 80 (31.64% from 255) = 21.28%
R=48.40%
G=30.32%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821148000.370.560.292041.1351.37
HexB67250025381D142933
Octal2661621200457035245163
Binary101101101110010101000001001011110001110110100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67250; }

 p { color: rgb(182,114,80); }

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

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

 a { background-color: rgb(182,114,80); }

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

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

 span { border-color: rgb(182,114,80); }

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