Html Css Color HEX #B8B87F Pine Glade

📋 copy color: '#B8B87F'

red 184 ◦ green 184 ◦ blue 127

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

Shades of Pine Glade #B8B87F

Tints of Pine Glade #B8B87F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.17%

 BLUE value IS 127 (50% from 255) = 25.66%

R = 37.17%
G = 37.17%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B8B87F (or 0xB8B87F) is known color: Pine Glade. HEX triplet: B8, B8 and 7F. RGB value is (184,184,127). Sum of RGB (Red+Green+Blue) = 184+184+127=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 184 - color contains mainly: red, green. Hex color #B8B87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B87F is #474780. Grayscale: #B1B1B1. Windows color (decimal): -4671361 or 8370360. OLE color: 8370360.

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

Color convert

RGB 184 184 127 -
CMYK 0 0 0.31 0.28
HSL 60º 0.29% 0.61% -
HSV(B) 60º 0.31% 0.72% -
XYZ 40.74 46 26.81 -
YUV 177.5 99.5 132.63 -
System Red Green Blue C M Y K H S L
Decimal 184 184 127 0 0 0.31 0.28 60 0.29 0.61
Hex B8 B8 7F 0 0 1F 1C 3C 1D 3D
Octal 270 270 177 0 0 37 34 74 35 75
Binary 10111000 10111000 1111111 0 0 11111 11100 111100 11101 111101

Color Harmonies of #B8B87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B87F

Black with #B8B87F

Text Example


Text Example

White with #B8B87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B87F; }

 p { color: rgb(184,184,127); }

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

background-color css

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

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

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

border-color css

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

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

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