#BEBB77

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

Shades of Pine Glade #BEBB77

Tints of Pine Glade #BEBB77

Color information

#BEBB77 (or 0xBEBB77) is unknown color: approx Pine Glade. HEX triplet: BE, BB and 77. RGB value is (190,187,119). Sum of RGB (Red+Green+Blue) = 190+187+119=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB77 is #414488. Grayscale: #B4B4B4. Windows color (decimal): -4277385 or 7846846. OLE color: 7846846.

HSL color Cylindrical-coordinate representation of color #BEBB77: hue angle of 57.46º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEBB77 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB190187119-
CMYK00.020.370.25
HSL57.46º35.32%60.59%-
HSV(B)57.46º37.37%74.51%-
XYZ42.3447.8224.45-
YUV180.1493.49135.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 187 (73.44% from 255) = 37.70%
BLUE value IS 119 (46.88% from 255) = 23.99%
R=38.31%
G=37.70%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018711900.020.370.2557.4635.3260.59
HexBEBB7702251939233d
Octal276273167024531714375
Binary1011111010111011111011101010010111001111001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBB77; }

 p { color: rgb(190,187,119); }

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

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

 a { background-color: rgb(190,187,119); }

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

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

 span { border-color: rgb(190,187,119); }

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