#B67754

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

Shades of Sante Fe #B67754

Tints of Sante Fe #B67754

Color information

#B67754 (or 0xB67754) is unknown color: approx Sante Fe. HEX triplet: B6, 77 and 54. RGB value is (182,119,84). Sum of RGB (Red+Green+Blue) = 182+119+84=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B67754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67754 is #4988AB. Grayscale: #868686. Windows color (decimal): -4819116 or 5535670. OLE color: 5535670.

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

Color convert

RGB18211984-
CMYK00.350.540.29
HSL21.43º40.16%52.16%-
HSV(B)21.43º53.85%71.37%-
XYZ27.4923.7811.53-
YUV133.8599.87162.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 119 (46.88% from 255) = 30.91%
BLUE value IS 84 (33.20% from 255) = 21.82%
R=47.27%
G=30.91%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821198400.350.540.2921.4340.1652.16
HexB67754023361D152834
Octal2661671240436635255064
Binary101101101110111101010001000111101101110110101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67754; }

 p { color: rgb(182,119,84); }

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

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

 a { background-color: rgb(182,119,84); }

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

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

 span { border-color: rgb(182,119,84); }

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