Html Css Color HEX #BEB97D Pine Glade

📋 copy color: '#BEB97D'

red 190 ◦ green 185 ◦ blue 125

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

Shades of Pine Glade #BEB97D

Tints of Pine Glade #BEB97D

RGB

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

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

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

R = 38%
G = 37%
B = 25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BEB97D (or 0xBEB97D) is known color: Pine Glade. HEX triplet: BE, B9 and 7D. RGB value is (190,185,125). Sum of RGB (Red+Green+Blue) = 190+185+125=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB97D is #414682. Grayscale: #B3B3B3. Windows color (decimal): -4277891 or 8239550. OLE color: 8239550.

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

Color convert

RGB 190 185 125 -
CMYK 0 0.03 0.34 0.25
HSL 55.38º 0.33% 0.62% -
HSV(B) 55.38º 0.34% 0.75% -
XYZ 42.29 47.13 26.27 -
YUV 179.66 97.16 135.38 -
System Red Green Blue C M Y K H S L
Decimal 190 185 125 0 0.03 0.34 0.25 55.38 0.33 0.62
Hex BE B9 7D 0 3 22 19 37 21 3E
Octal 276 271 175 0 3 42 31 67 41 76
Binary 10111110 10111001 1111101 0 11 100010 11001 110111 100001 111110

Color Harmonies of #BEB97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB97D

Black with #BEB97D

Text Example


Text Example

White with #BEB97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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