Html Css Color HEX #BEAB70 Putty

📋 copy color: '#BEAB70'

red 190 ◦ green 171 ◦ blue 112

#BEAB70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Putty #BEAB70

Tints of Putty #BEAB70

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 value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BEAB70 (or 0xBEAB70) is known color: 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

RGB 190 171 112 -
CMYK 0 0.10 0.41 0.25
HSL 45.38º 0.38% 0.59% -
HSV(B) 45.38º 0.41% 0.75% -
XYZ 38.72 41.24 21.25 -
YUV 169.96 95.29 142.3 -
System Red Green Blue C M Y K H S L
Decimal 190 171 112 0 0.10 0.41 0.25 45.38 0.38 0.59
Hex BE AB 70 0 A 29 19 2D 26 3B
Octal 276 253 160 0 12 51 31 55 46 73
Binary 10111110 10101011 1110000 0 1010 101001 11001 101101 100110 111011

Color Harmonies of #BEAB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB70

Black with #BEAB70

Text Example


Text Example

White with #BEAB70

Text Example


Text Example

HTML Codes & Css Web 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>