#B67651

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

Shades of Sante Fe #B67651

Tints of Sante Fe #B67651

Color information

#B67651 (or 0xB67651) is unknown color: approx Sante Fe. HEX triplet: B6, 76 and 51. RGB value is (182,118,81). Sum of RGB (Red+Green+Blue) = 182+118+81=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B67651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67651 is #4989AE. Grayscale: #858585. Windows color (decimal): -4819375 or 5338806. OLE color: 5338806.

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

Color convert

RGB18211881-
CMYK00.350.550.29
HSL21.98º40.89%51.57%-
HSV(B)21.98º55.49%71.37%-
XYZ27.2623.510.88-
YUV132.9298.7163.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.77%
GREEN value IS 118 (46.48% from 255) = 30.97%
BLUE value IS 81 (32.03% from 255) = 21.26%
R=47.77%
G=30.97%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821188100.350.550.2921.9840.8951.57
HexB67651023371D162934
Octal2661661210436735265164
Binary101101101110110101000101000111101111110110110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67651; }

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

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

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

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

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

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

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

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