Html Css Color HEX #BEBE7A Pine Glade

📋 copy color: '#BEBE7A'

red 190 ◦ green 190 ◦ blue 122

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

Shades of Pine Glade #BEBE7A

Tints of Pine Glade #BEBE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.3%

R = 37.85%
G = 37.85%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BEBE7A (or 0xBEBE7A) is known color: Pine Glade. HEX triplet: BE, BE and 7A. RGB value is (190,190,122). Sum of RGB (Red+Green+Blue) = 190+190+122=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE7A is #414185. Grayscale: #B6B6B6. Windows color (decimal): -4276614 or 8044222. OLE color: 8044222.

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

Color convert

RGB 190 190 122 -
CMYK 0 0 0.36 0.25
HSL 60º 0.34% 0.61% -
HSV(B) 60º 0.36% 0.75% -
XYZ 43.16 49.18 25.63 -
YUV 182.25 94 133.53 -
System Red Green Blue C M Y K H S L
Decimal 190 190 122 0 0 0.36 0.25 60 0.34 0.61
Hex BE BE 7A 0 0 24 19 3C 22 3D
Octal 276 276 172 0 0 44 31 74 42 75
Binary 10111110 10111110 1111010 0 0 100100 11001 111100 100010 111101

Color Harmonies of #BEBE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBE7A

Black with #BEBE7A

Text Example


Text Example

White with #BEBE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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