Html Css Color HEX #BEBD81 Pine Glade

📋 copy color: '#BEBD81'

red 190 ◦ green 189 ◦ blue 129

#BEBD81
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #BEBD81

Tints of Pine Glade #BEBD81

RGB

 RED value IS 190 (74.61% from 255) = 37.4%

 GREEN value IS 189 (74.22% from 255) = 37.2%

 BLUE value IS 129 (50.78% from 255) = 25.39%

R = 37.4%
G = 37.2%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BEBD81 (or 0xBEBD81) is known color: Pine Glade. HEX triplet: BE, BD and 81. RGB value is (190,189,129). Sum of RGB (Red+Green+Blue) = 190+189+129=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBD81 is #41427E. Grayscale: #B6B6B6. Windows color (decimal): -4276863 or 8502718. OLE color: 8502718.

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

Color convert

RGB 190 189 129 -
CMYK 0 0.01 0.32 0.25
HSL 59.02º 0.32% 0.63% -
HSV(B) 59.02º 0.32% 0.75% -
XYZ 43.4 48.93 27.93 -
YUV 182.46 97.83 133.38 -
System Red Green Blue C M Y K H S L
Decimal 190 189 129 0 0.01 0.32 0.25 59.02 0.32 0.63
Hex BE BD 81 0 1 20 19 3B 20 3F
Octal 276 275 201 0 1 40 31 73 40 77
Binary 10111110 10111101 10000001 0 1 100000 11001 111011 100000 111111

Color Harmonies of #BEBD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD81

Black with #BEBD81

Text Example


Text Example

White with #BEBD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD81; }

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

 H1.HeaderClassName
 {
   color: #BEBD81;
 }
 .AnyTagClassName
 {
   color: #BEBD81;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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