#BEBD7A

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

Shades of Pine Glade #BEBD7A

Tints of Pine Glade #BEBD7A

Color information

#BEBD7A (or 0xBEBD7A) is unknown color: approx Pine Glade. HEX triplet: BE, BD and 7A. RGB value is (190,189,122). Sum of RGB (Red+Green+Blue) = 190+189+122=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD7A is #414285. Grayscale: #B5B5B5. Windows color (decimal): -4276870 or 8043966. OLE color: 8043966.

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

Color convert

RGB190189122-
CMYK00.010.360.25
HSL59.12º34.34%61.18%-
HSV(B)59.12º35.79%74.51%-
XYZ42.9548.7525.56-
YUV181.6694.33133.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 189 (74.22% from 255) = 37.72%
BLUE value IS 122 (48.05% from 255) = 24.35%
R=37.92%
G=37.72%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018912200.010.360.2559.1234.3461.18
HexBEBD7A0124193b223d
Octal276275172014431734275
Binary101111101011110111110100110010011001111011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD7A; }

 p { color: rgb(190,189,122); }

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

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

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

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

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

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

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