Html Css Color HEX #B1B384 Pine Glade

📋 copy color: '#B1B384'

red 177 ◦ green 179 ◦ blue 132

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

Shades of Pine Glade #B1B384

Tints of Pine Glade #B1B384

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.68%

 BLUE value IS 132 (51.95% from 255) = 27.05%

R = 36.27%
G = 36.68%
B = 27.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B1B384 (or 0xB1B384) is known color: Pine Glade. HEX triplet: B1, B3 and 84. RGB value is (177,179,132). Sum of RGB (Red+Green+Blue) = 177+179+132=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B384 is #4E4C7B. Grayscale: #ADADAD. Windows color (decimal): -5131388 or 8696753. OLE color: 8696753.

HSL color Cylindrical-coordinate representation of color #B1B384: hue angle of 62.55º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1B384 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 179 132 -
CMYK 0.01 0 0.26 0.30
HSL 62.55º 0.24% 0.61% -
HSV(B) 62.55º 0.26% 0.7% -
XYZ 38.42 43.25 28.15 -
YUV 173.04 104.84 130.82 -
System Red Green Blue C M Y K H S L
Decimal 177 179 132 0.01 0 0.26 0.30 62.55 0.24 0.61
Hex B1 B3 84 1 0 1A 1E 3F 18 3D
Octal 261 263 204 1 0 32 36 77 30 75
Binary 10110001 10110011 10000100 1 0 11010 11110 111111 11000 111101

Color Harmonies of #B1B384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B384

Black with #B1B384

Text Example


Text Example

White with #B1B384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B384; }

 p { color: rgb(177,179,132); }

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

background-color css

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

 a { background-color: rgb(177,179,132); }

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

border-color css

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

 span { border-color: rgb(177,179,132); }

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