Html Css Color HEX #BEBC86 Pine Glade

📋 copy color: '#BEBC86'

red 190 ◦ green 188 ◦ blue 134

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

Shades of Pine Glade #BEBC86

Tints of Pine Glade #BEBC86

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.72%

 BLUE value IS 134 (52.73% from 255) = 26.17%

R = 37.11%
G = 36.72%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BEBC86 (or 0xBEBC86) is known color: Pine Glade. HEX triplet: BE, BC and 86. RGB value is (190,188,134). Sum of RGB (Red+Green+Blue) = 190+188+134=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBC86 is #414379. Grayscale: #B6B6B6. Windows color (decimal): -4277114 or 8830142. OLE color: 8830142.

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

Color convert

RGB 190 188 134 -
CMYK 0 0.01 0.29 0.25
HSL 57.86º 0.3% 0.64% -
HSV(B) 57.86º 0.29% 0.75% -
XYZ 43.52 48.63 29.65 -
YUV 182.44 100.66 133.39 -
System Red Green Blue C M Y K H S L
Decimal 190 188 134 0 0.01 0.29 0.25 57.86 0.3 0.64
Hex BE BC 86 0 1 1D 19 3A 1E 40
Octal 276 274 206 0 1 35 31 72 36 100
Binary 10111110 10111100 10000110 0 1 11101 11001 111010 11110 1000000

Color Harmonies of #BEBC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC86

Black with #BEBC86

Text Example


Text Example

White with #BEBC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC86; }

 p { color: rgb(190,188,134); }

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

background-color css

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

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

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

border-color css

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

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

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