#BECB87

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

Shades of Pine Glade #BECB87

Tints of Pine Glade #BECB87

Color information

#BECB87 (or 0xBECB87) is unknown color: approx Pine Glade. HEX triplet: BE, CB and 87. RGB value is (190,203,135). Sum of RGB (Red+Green+Blue) = 190+203+135=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 135 (53.12% from 255 or 25.57% from 528); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECB87 is #413478. Grayscale: #BFBFBF. Windows color (decimal): -4273273 or 8899518. OLE color: 8899518.

HSL color Cylindrical-coordinate representation of color #BECB87: hue angle of 71.47º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BECB87 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB190203135-
CMYK0.0600.330.20
HSL71.47º39.53%66.27%-
HSV(B)71.47º33.5%79.61%-
XYZ46.9655.4131.14-
YUV191.3696.19127.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 203 (79.69% from 255) = 38.45%
BLUE value IS 135 (53.12% from 255) = 25.57%
R=35.98%
G=38.45%
B=25.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031350.0600.330.2071.4739.5366.27
HexBECB87602114472842
Octal27631320760412410750102
Binary10111110110010111000011111001000011010010001111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECB87; }

 p { color: rgb(190,203,135); }

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

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

 a { background-color: rgb(190,203,135); }

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

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

 span { border-color: rgb(190,203,135); }

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