Html Css Color HEX #BEBC77 Pine Glade

📋 copy color: '#BEBC77'

red 190 ◦ green 188 ◦ blue 119

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

Shades of Pine Glade #BEBC77

Tints of Pine Glade #BEBC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.94%

R = 38.23%
G = 37.83%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BEBC77 (or 0xBEBC77) is known color: Pine Glade. HEX triplet: BE, BC and 77. RGB value is (190,188,119). Sum of RGB (Red+Green+Blue) = 190+188+119=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC77 is #414388. Grayscale: #B5B5B5. Windows color (decimal): -4277129 or 7847102. OLE color: 7847102.

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

Color convert

RGB 190 188 119 -
CMYK 0 0.01 0.37 0.25
HSL 58.31º 0.35% 0.61% -
HSV(B) 58.31º 0.37% 0.75% -
XYZ 42.55 48.25 24.52 -
YUV 180.73 93.16 134.61 -
System Red Green Blue C M Y K H S L
Decimal 190 188 119 0 0.01 0.37 0.25 58.31 0.35 0.61
Hex BE BC 77 0 1 25 19 3A 23 3D
Octal 276 274 167 0 1 45 31 72 43 75
Binary 10111110 10111100 1110111 0 1 100101 11001 111010 100011 111101

Color Harmonies of #BEBC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC77

Black with #BEBC77

Text Example


Text Example

White with #BEBC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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