Html Css Color HEX #BEBE88 Pine Glade

📋 copy color: '#BEBE88'

red 190 ◦ green 190 ◦ blue 136

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

Shades of Pine Glade #BEBE88

Tints of Pine Glade #BEBE88

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.82%

 BLUE value IS 136 (53.52% from 255) = 26.36%

R = 36.82%
G = 36.82%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BEBE88 (or 0xBEBE88) is known color: Pine Glade. HEX triplet: BE, BE and 88. RGB value is (190,190,136). Sum of RGB (Red+Green+Blue) = 190+190+136=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBE88 is #414177. Grayscale: #B8B8B8. Windows color (decimal): -4276600 or 8961726. OLE color: 8961726.

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

Color convert

RGB 190 190 136 -
CMYK 0 0 0.28 0.25
HSL 60º 0.29% 0.64% -
HSV(B) 60º 0.28% 0.75% -
XYZ 44.09 49.55 30.53 -
YUV 183.84 101 132.39 -
System Red Green Blue C M Y K H S L
Decimal 190 190 136 0 0 0.28 0.25 60 0.29 0.64
Hex BE BE 88 0 0 1C 19 3C 1D 40
Octal 276 276 210 0 0 34 31 74 35 100
Binary 10111110 10111110 10001000 0 0 11100 11001 111100 11101 1000000

Color Harmonies of #BEBE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBE88

Black with #BEBE88

Text Example


Text Example

White with #BEBE88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBE88; }

 p { color: rgb(190,190,136); }

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

background-color css

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

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

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

border-color css

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

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

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