#BEBE73

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

Shades of Pine Glade #BEBE73

Tints of Pine Glade #BEBE73

Color information

#BEBE73 (or 0xBEBE73) is unknown color: approx Pine Glade. HEX triplet: BE, BE and 73. RGB value is (190,190,115). Sum of RGB (Red+Green+Blue) = 190+190+115=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE73 is #41418C. Grayscale: #B5B5B5. Windows color (decimal): -4276621 or 7585470. OLE color: 7585470.

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

Color convert

RGB190190115-
CMYK000.390.25
HSL60º36.59%59.8%-
HSV(B)60º39.47%74.51%-
XYZ42.7449.0123.43-
YUV181.4590.5134.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 190 (74.61% from 255) = 38.38%
BLUE value IS 115 (45.31% from 255) = 23.23%
R=38.38%
G=38.38%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190190115000.390.256036.5959.8
HexBEBE730027193c253c
Octal276276163004731744574
Binary101111101011111011100110010011111001111100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBE73; }

 p { color: rgb(190,190,115); }

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

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

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

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

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

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

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