Html Css Color HEX #BEBD77 Pine Glade

📋 copy color: '#BEBD77'

red 190 ◦ green 189 ◦ blue 119

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

Shades of Pine Glade #BEBD77

Tints of Pine Glade #BEBD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.9%

R = 38.15%
G = 37.95%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BEBD77 (or 0xBEBD77) is known color: Pine Glade. HEX triplet: BE, BD and 77. RGB value is (190,189,119). Sum of RGB (Red+Green+Blue) = 190+189+119=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD77 is #414288. Grayscale: #B5B5B5. Windows color (decimal): -4276873 or 7847358. OLE color: 7847358.

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

Color convert

RGB 190 189 119 -
CMYK 0 0.01 0.37 0.25
HSL 59.15º 0.35% 0.61% -
HSV(B) 59.15º 0.37% 0.75% -
XYZ 42.76 48.67 24.59 -
YUV 181.32 92.83 134.19 -
System Red Green Blue C M Y K H S L
Decimal 190 189 119 0 0.01 0.37 0.25 59.15 0.35 0.61
Hex BE BD 77 0 1 25 19 3B 23 3D
Octal 276 275 167 0 1 45 31 73 43 75
Binary 10111110 10111101 1110111 0 1 100101 11001 111011 100011 111101

Color Harmonies of #BEBD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD77

Black with #BEBD77

Text Example


Text Example

White with #BEBD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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