Html Css Color HEX #B1B87D Pine Glade

📋 copy color: '#B1B87D'

red 177 ◦ green 184 ◦ blue 125

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

Shades of Pine Glade #B1B87D

Tints of Pine Glade #B1B87D

RGB

 RED value IS 177 (69.53% from 255) = 36.42%

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

 BLUE value IS 125 (49.22% from 255) = 25.72%

R = 36.42%
G = 37.86%
B = 25.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B1B87D (or 0xB1B87D) is known color: Pine Glade. HEX triplet: B1, B8 and 7D. RGB value is (177,184,125). Sum of RGB (Red+Green+Blue) = 177+184+125=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B87D is #4E4782. Grayscale: #AFAFAF. Windows color (decimal): -5130115 or 8239281. OLE color: 8239281.

HSL color Cylindrical-coordinate representation of color #B1B87D: hue angle of 67.12º 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 #B1B87D is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 184 125 -
CMYK 0.04 0 0.32 0.28
HSL 67.12º 0.29% 0.61% -
HSV(B) 67.12º 0.32% 0.72% -
XYZ 38.97 45.11 26.05 -
YUV 175.18 99.68 129.3 -
System Red Green Blue C M Y K H S L
Decimal 177 184 125 0.04 0 0.32 0.28 67.12 0.29 0.61
Hex B1 B8 7D 4 0 20 1C 43 1D 3D
Octal 261 270 175 4 0 40 34 103 35 75
Binary 10110001 10111000 1111101 100 0 100000 11100 1000011 11101 111101

Color Harmonies of #B1B87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B87D

Black with #B1B87D

Text Example


Text Example

White with #B1B87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B87D; }

 p { color: rgb(177,184,125); }

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

background-color css

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

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

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

border-color css

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

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

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