#BEA872

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

Shades of Putty #BEA872

Tints of Putty #BEA872

Color information

#BEA872 (or 0xBEA872) is unknown color: approx Putty. HEX triplet: BE, A8 and 72. RGB value is (190,168,114). Sum of RGB (Red+Green+Blue) = 190+168+114=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA872 is #41578D. Grayscale: #A8A8A8. Windows color (decimal): -4282254 or 7514302. OLE color: 7514302.

HSL color Cylindrical-coordinate representation of color #BEA872: hue angle of 42.63º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEA872 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB190168114-
CMYK00.120.400.25
HSL42.63º36.89%59.61%-
HSV(B)42.63º40%74.51%-
XYZ38.2840.1721.66-
YUV168.4297.29143.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 168 (66.02% from 255) = 35.59%
BLUE value IS 114 (44.92% from 255) = 24.15%
R=40.25%
G=35.59%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016811400.120.400.2542.6336.8959.61
HexBEA8720C28192b253c
Octal2762501620145031534574
Binary101111101010100011100100110010100011001101011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA872; }

 p { color: rgb(190,168,114); }

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

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

 a { background-color: rgb(190,168,114); }

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

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

 span { border-color: rgb(190,168,114); }

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