Html Css Color HEX #BEBA7D Pine Glade

📋 copy color: '#BEBA7D'

red 190 ◦ green 186 ◦ blue 125

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

Shades of Pine Glade #BEBA7D

Tints of Pine Glade #BEBA7D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.13%

 BLUE value IS 125 (49.22% from 255) = 24.95%

R = 37.92%
G = 37.13%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BEBA7D (or 0xBEBA7D) is known color: Pine Glade. HEX triplet: BE, BA and 7D. RGB value is (190,186,125). Sum of RGB (Red+Green+Blue) = 190+186+125=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA7D is #414582. Grayscale: #B4B4B4. Windows color (decimal): -4277635 or 8239806. OLE color: 8239806.

HSL color Cylindrical-coordinate representation of color #BEBA7D: hue angle of 56.31º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEBA7D is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 186 125 -
CMYK 0 0.02 0.34 0.25
HSL 56.31º 0.33% 0.62% -
HSV(B) 56.31º 0.34% 0.75% -
XYZ 42.5 47.55 26.34 -
YUV 180.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 190 186 125 0 0.02 0.34 0.25 56.31 0.33 0.62
Hex BE BA 7D 0 2 22 19 38 21 3E
Octal 276 272 175 0 2 42 31 70 41 76
Binary 10111110 10111010 1111101 0 10 100010 11001 111000 100001 111110

Color Harmonies of #BEBA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA7D

Black with #BEBA7D

Text Example


Text Example

White with #BEBA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA7D; }

 p { color: rgb(190,186,125); }

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

background-color css

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

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

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

border-color css

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

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

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