#BEAB70

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

Shades of Putty #BEAB70

Tints of Putty #BEAB70

Color information

#BEAB70 (or 0xBEAB70) is unknown color: approx Putty. HEX triplet: BE, AB and 70. RGB value is (190,171,112). Sum of RGB (Red+Green+Blue) = 190+171+112=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB70 is #41548F. Grayscale: #AAAAAA. Windows color (decimal): -4281488 or 7383998. OLE color: 7383998.

HSL color Cylindrical-coordinate representation of color #BEAB70: hue angle of 45.38º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEAB70 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB190171112-
CMYK00.100.410.25
HSL45.38º37.5%59.22%-
HSV(B)45.38º41.05%74.51%-
XYZ38.7241.2421.25-
YUV169.9695.29142.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 171 (67.19% from 255) = 36.15%
BLUE value IS 112 (44.14% from 255) = 23.68%
R=40.17%
G=36.15%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017111200.100.410.2545.3837.559.22
HexBEAB700A29192d263b
Octal2762531600125131554673
Binary101111101010101111100000101010100111001101101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB70; }

 p { color: rgb(190,171,112); }

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

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

 a { background-color: rgb(190,171,112); }

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

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

 span { border-color: rgb(190,171,112); }

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