#BEBD75

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

Shades of Pine Glade #BEBD75

Tints of Pine Glade #BEBD75

Color information

#BEBD75 (or 0xBEBD75) is unknown color: approx Pine Glade. HEX triplet: BE, BD and 75. RGB value is (190,189,117). Sum of RGB (Red+Green+Blue) = 190+189+117=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD75 is #41428A. Grayscale: #B5B5B5. Windows color (decimal): -4276875 or 7716286. OLE color: 7716286.

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

Color convert

RGB190189117-
CMYK00.010.380.25
HSL59.18º35.96%60.2%-
HSV(B)59.18º38.42%74.51%-
XYZ42.6448.6323.97-
YUV181.0991.83134.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 189 (74.22% from 255) = 38.10%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=38.31%
G=38.10%
B=23.59%

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
Decimal19018911700.010.380.2559.1835.9660.2
HexBEBD750126193b243c
Octal276275165014631734474
Binary101111101011110111101010110011011001111011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD75; }

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

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

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

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

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

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

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

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