#BEA772

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

Shades of Putty #BEA772

Tints of Putty #BEA772

Color information

#BEA772 (or 0xBEA772) is unknown color: approx Putty. HEX triplet: BE, A7 and 72. RGB value is (190,167,114). Sum of RGB (Red+Green+Blue) = 190+167+114=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA772 is #41588D. Grayscale: #A8A8A8. Windows color (decimal): -4282510 or 7514046. OLE color: 7514046.

HSL color Cylindrical-coordinate representation of color #BEA772: hue angle of 41.84º 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 #BEA772 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB190167114-
CMYK00.120.400.25
HSL41.84º36.89%59.61%-
HSV(B)41.84º40%74.51%-
XYZ38.0939.821.59-
YUV167.8497.62143.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 167 (65.62% from 255) = 35.46%
BLUE value IS 114 (44.92% from 255) = 24.20%
R=40.34%
G=35.46%
B=24.20%

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
Decimal19016711400.120.400.2541.8436.8959.61
HexBEA7720C28192a253c
Octal2762471620145031524574
Binary101111101010011111100100110010100011001101010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA772; }

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

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

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

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

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

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

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

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