Html Css Color HEX #B8BE7C Pine Glade

📋 copy color: '#B8BE7C'

red 184 ◦ green 190 ◦ blue 124

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

Shades of Pine Glade #B8BE7C

Tints of Pine Glade #B8BE7C

RGB

 RED value IS 184 (72.27% from 255) = 36.95%

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

 BLUE value IS 124 (48.83% from 255) = 24.9%

R = 36.95%
G = 38.15%
B = 24.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#B8BE7C (or 0xB8BE7C) is known color: Pine Glade. HEX triplet: B8, BE and 7C. RGB value is (184,190,124). Sum of RGB (Red+Green+Blue) = 184+190+124=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BE7C is #474183. Grayscale: #B4B4B4. Windows color (decimal): -4669828 or 8175288. OLE color: 8175288.

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

Color convert

RGB 184 190 124 -
CMYK 0.03 0 0.35 0.25
HSL 65.45º 0.34% 0.62% -
HSV(B) 65.45º 0.35% 0.75% -
XYZ 41.82 48.47 26.22 -
YUV 180.68 96.01 130.37 -
System Red Green Blue C M Y K H S L
Decimal 184 190 124 0.03 0 0.35 0.25 65.45 0.34 0.62
Hex B8 BE 7C 3 0 23 19 41 22 3E
Octal 270 276 174 3 0 43 31 101 42 76
Binary 10111000 10111110 1111100 11 0 100011 11001 1000001 100010 111110

Color Harmonies of #B8BE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BE7C

Black with #B8BE7C

Text Example


Text Example

White with #B8BE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BE7C; }

 p { color: rgb(184,190,124); }

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

background-color css

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

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

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

border-color css

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

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

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