#BEBC77

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

Shades of Pine Glade #BEBC77

Tints of Pine Glade #BEBC77

Color information

#BEBC77 (or 0xBEBC77) is unknown color: approx Pine Glade. HEX triplet: BE, BC and 77. RGB value is (190,188,119). Sum of RGB (Red+Green+Blue) = 190+188+119=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC77 is #414388. Grayscale: #B5B5B5. Windows color (decimal): -4277129 or 7847102. OLE color: 7847102.

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

Color convert

RGB190188119-
CMYK00.010.370.25
HSL58.31º35.32%60.59%-
HSV(B)58.31º37.37%74.51%-
XYZ42.5548.2524.52-
YUV180.7393.16134.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 188 (73.83% from 255) = 37.83%
BLUE value IS 119 (46.88% from 255) = 23.94%
R=38.23%
G=37.83%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018811900.010.370.2558.3135.3260.59
HexBEBC770125193a233d
Octal276274167014531724375
Binary101111101011110011101110110010111001111010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC77; }

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

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

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

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

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

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

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

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