#BEBC76

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

Shades of Pine Glade #BEBC76

Tints of Pine Glade #BEBC76

Color information

#BEBC76 (or 0xBEBC76) is unknown color: approx Pine Glade. HEX triplet: BE, BC and 76. RGB value is (190,188,118). Sum of RGB (Red+Green+Blue) = 190+188+118=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC76 is #414389. Grayscale: #B4B4B4. Windows color (decimal): -4277130 or 7781566. OLE color: 7781566.

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

Color convert

RGB190188118-
CMYK00.010.380.25
HSL58.33º35.64%60.39%-
HSV(B)58.33º37.89%74.51%-
XYZ42.4948.2224.21-
YUV180.6292.66134.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 188 (73.83% from 255) = 37.90%
BLUE value IS 118 (46.48% from 255) = 23.79%
R=38.31%
G=37.90%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018811800.010.380.2558.3335.6460.39
HexBEBC760126193a243c
Octal276274166014631724474
Binary101111101011110011101100110011011001111010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC76; }

 p { color: rgb(190,188,118); }

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

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

 a { background-color: rgb(190,188,118); }

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

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

 span { border-color: rgb(190,188,118); }

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