Html Css Color HEX #B1B487 Pine Glade

📋 copy color: '#B1B487'

red 177 ◦ green 180 ◦ blue 135

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

Shades of Pine Glade #B1B487

Tints of Pine Glade #B1B487

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.59%

 BLUE value IS 135 (53.13% from 255) = 27.44%

R = 35.98%
G = 36.59%
B = 27.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B1B487 (or 0xB1B487) is known color: Pine Glade. HEX triplet: B1, B4 and 87. RGB value is (177,180,135). Sum of RGB (Red+Green+Blue) = 177+180+135=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B487 is #4E4B78. Grayscale: #AEAEAE. Windows color (decimal): -5131129 or 8893617. OLE color: 8893617.

HSL color Cylindrical-coordinate representation of color #B1B487: hue angle of 64º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1B487 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 180 135 -
CMYK 0.02 0 0.25 0.29
HSL 64º 0.23% 0.62% -
HSV(B) 64º 0.25% 0.71% -
XYZ 38.83 43.74 29.32 -
YUV 173.97 106.01 130.16 -
System Red Green Blue C M Y K H S L
Decimal 177 180 135 0.02 0 0.25 0.29 64 0.23 0.62
Hex B1 B4 87 2 0 19 1D 40 17 3E
Octal 261 264 207 2 0 31 35 100 27 76
Binary 10110001 10110100 10000111 10 0 11001 11101 1000000 10111 111110

Color Harmonies of #B1B487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B487

Black with #B1B487

Text Example


Text Example

White with #B1B487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B487; }

 p { color: rgb(177,180,135); }

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

background-color css

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

 a { background-color: rgb(177,180,135); }

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

border-color css

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

 span { border-color: rgb(177,180,135); }

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