Html Css Color HEX #B1B486 Pine Glade

📋 copy color: '#B1B486'

red 177 ◦ green 180 ◦ blue 134

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

Shades of Pine Glade #B1B486

Tints of Pine Glade #B1B486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.29%

R = 36.05%
G = 36.66%
B = 27.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B1B486 (or 0xB1B486) is known color: Pine Glade. HEX triplet: B1, B4 and 86. RGB value is (177,180,134). Sum of RGB (Red+Green+Blue) = 177+180+134=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B486 is #4E4B79. Grayscale: #AEAEAE. Windows color (decimal): -5131130 or 8828081. OLE color: 8828081.

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

Color convert

RGB 177 180 134 -
CMYK 0.02 0 0.26 0.29
HSL 63.91º 0.23% 0.62% -
HSV(B) 63.91º 0.26% 0.71% -
XYZ 38.76 43.71 28.95 -
YUV 173.86 105.51 130.24 -
System Red Green Blue C M Y K H S L
Decimal 177 180 134 0.02 0 0.26 0.29 63.91 0.23 0.62
Hex B1 B4 86 2 0 1A 1D 40 17 3E
Octal 261 264 206 2 0 32 35 100 27 76
Binary 10110001 10110100 10000110 10 0 11010 11101 1000000 10111 111110

Color Harmonies of #B1B486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B486

Black with #B1B486

Text Example


Text Example

White with #B1B486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B486; }

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

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

background-color css

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

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

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

border-color css

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

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

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