#B67151

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

Shades of Sante Fe #B67151

Tints of Sante Fe #B67151

Color information

#B67151 (or 0xB67151) is unknown color: approx Sante Fe. HEX triplet: B6, 71 and 51. RGB value is (182,113,81). Sum of RGB (Red+Green+Blue) = 182+113+81=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B67151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67151 is #498EAE. Grayscale: #828282. Windows color (decimal): -4820655 or 5337526. OLE color: 5337526.

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

Color convert

RGB18211381-
CMYK00.380.550.29
HSL19.01º40.89%51.57%-
HSV(B)19.01º55.49%71.37%-
XYZ26.6822.3510.69-
YUV129.98100.36165.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.40%
GREEN value IS 113 (44.53% from 255) = 30.05%
BLUE value IS 81 (32.03% from 255) = 21.54%
R=48.40%
G=30.05%
B=21.54%

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
Decimal1821138100.380.550.2919.0140.8951.57
HexB67151026371D132934
Octal2661611210466735235164
Binary101101101110001101000101001101101111110110011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67151; }

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

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

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

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

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

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

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

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