Html Css Color HEX #BEB981 Pine Glade

📋 copy color: '#BEB981'

red 190 ◦ green 185 ◦ blue 129

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

Shades of Pine Glade #BEB981

Tints of Pine Glade #BEB981

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.71%

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

R = 37.7%
G = 36.71%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BEB981 (or 0xBEB981) is known color: Pine Glade. HEX triplet: BE, B9 and 81. RGB value is (190,185,129). Sum of RGB (Red+Green+Blue) = 190+185+129=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB981 is #41467E. Grayscale: #B4B4B4. Windows color (decimal): -4277887 or 8501694. OLE color: 8501694.

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

Color convert

RGB 190 185 129 -
CMYK 0 0.03 0.32 0.25
HSL 55.08º 0.32% 0.63% -
HSV(B) 55.08º 0.32% 0.75% -
XYZ 42.55 47.23 27.64 -
YUV 180.11 99.16 135.05 -
System Red Green Blue C M Y K H S L
Decimal 190 185 129 0 0.03 0.32 0.25 55.08 0.32 0.63
Hex BE B9 81 0 3 20 19 37 20 3F
Octal 276 271 201 0 3 40 31 67 40 77
Binary 10111110 10111001 10000001 0 11 100000 11001 110111 100000 111111

Color Harmonies of #BEB981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB981

Black with #BEB981

Text Example


Text Example

White with #BEB981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB981; }

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

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

background-color css

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

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

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

border-color css

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

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

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