#B67055

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

Shades of Sante Fe #B67055

Tints of Sante Fe #B67055

Color information

#B67055 (or 0xB67055) is unknown color: approx Sante Fe. HEX triplet: B6, 70 and 55. RGB value is (182,112,85). Sum of RGB (Red+Green+Blue) = 182+112+85=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B67055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67055 is #498FAA. Grayscale: #828282. Windows color (decimal): -4820907 or 5599414. OLE color: 5599414.

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

Color convert

RGB18211285-
CMYK00.380.530.29
HSL16.7º39.92%52.35%-
HSV(B)16.7º53.3%71.37%-
XYZ26.7322.1911.47-
YUV129.85102.69165.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.02%
GREEN value IS 112 (44.14% from 255) = 29.55%
BLUE value IS 85 (33.59% from 255) = 22.43%
R=48.02%
G=29.55%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821128500.380.530.2916.739.9252.35
HexB67055026351D112834
Octal2661601250466535215064
Binary101101101110000101010101001101101011110110001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67055; }

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

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

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

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

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

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

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

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