Html Css Color HEX #BEA871 Putty

📋 copy color: '#BEA871'

red 190 ◦ green 168 ◦ blue 113

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

Shades of Putty #BEA871

Tints of Putty #BEA871

RGB

 RED value IS 190 (74.61% from 255) = 40.34%

 GREEN value IS 168 (66.02% from 255) = 35.67%

 BLUE value IS 113 (44.53% from 255) = 23.99%

R = 40.34%
G = 35.67%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BEA871 (or 0xBEA871) is known color: Putty. HEX triplet: BE, A8 and 71. RGB value is (190,168,113). Sum of RGB (Red+Green+Blue) = 190+168+113=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA871 is #41578E. Grayscale: #A8A8A8. Windows color (decimal): -4282255 or 7448766. OLE color: 7448766.

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

Color convert

RGB 190 168 113 -
CMYK 0 0.12 0.41 0.25
HSL 42.86º 0.37% 0.59% -
HSV(B) 42.86º 0.41% 0.75% -
XYZ 38.22 40.14 21.36 -
YUV 168.31 96.79 143.47 -
System Red Green Blue C M Y K H S L
Decimal 190 168 113 0 0.12 0.41 0.25 42.86 0.37 0.59
Hex BE A8 71 0 C 29 19 2B 25 3B
Octal 276 250 161 0 14 51 31 53 45 73
Binary 10111110 10101000 1110001 0 1100 101001 11001 101011 100101 111011

Color Harmonies of #BEA871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA871

Black with #BEA871

Text Example


Text Example

White with #BEA871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA871; }

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

 H1.HeaderClassName
 {
   color: #BEA871;
 }
 .AnyTagClassName
 {
   color: #BEA871;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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