Html Css Color HEX #B8B57E Pine Glade

📋 copy color: '#B8B57E'

red 184 ◦ green 181 ◦ blue 126

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

Shades of Pine Glade #B8B57E

Tints of Pine Glade #B8B57E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.86%

 BLUE value IS 126 (49.61% from 255) = 25.66%

R = 37.47%
G = 36.86%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8B57E (or 0xB8B57E) is known color: Pine Glade. HEX triplet: B8, B5 and 7E. RGB value is (184,181,126). Sum of RGB (Red+Green+Blue) = 184+181+126=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B57E is #474A81. Grayscale: #AFAFAF. Windows color (decimal): -4672130 or 8304056. OLE color: 8304056.

HSL color Cylindrical-coordinate representation of color #B8B57E: hue angle of 56.9º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8B57E is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 181 126 -
CMYK 0 0.02 0.32 0.28
HSL 56.9º 0.29% 0.61% -
HSV(B) 56.9º 0.32% 0.72% -
XYZ 40.06 44.74 26.26 -
YUV 175.63 99.99 133.97 -
System Red Green Blue C M Y K H S L
Decimal 184 181 126 0 0.02 0.32 0.28 56.9 0.29 0.61
Hex B8 B5 7E 0 2 20 1C 39 1D 3D
Octal 270 265 176 0 2 40 34 71 35 75
Binary 10111000 10110101 1111110 0 10 100000 11100 111001 11101 111101

Color Harmonies of #B8B57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B57E

Black with #B8B57E

Text Example


Text Example

White with #B8B57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B57E; }

 p { color: rgb(184,181,126); }

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

background-color css

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

 a { background-color: rgb(184,181,126); }

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

border-color css

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

 span { border-color: rgb(184,181,126); }

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