Html Css Color HEX #B1B877 Pine Glade

📋 copy color: '#B1B877'

red 177 ◦ green 184 ◦ blue 119

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

Shades of Pine Glade #B1B877

Tints of Pine Glade #B1B877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.79%

R = 36.88%
G = 38.33%
B = 24.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B1B877 (or 0xB1B877) is known color: Pine Glade. HEX triplet: B1, B8 and 77. RGB value is (177,184,119). Sum of RGB (Red+Green+Blue) = 177+184+119=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B877 is #4E4788. Grayscale: #AEAEAE. Windows color (decimal): -5130121 or 7846065. OLE color: 7846065.

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

Color convert

RGB 177 184 119 -
CMYK 0.04 0 0.35 0.28
HSL 66.46º 0.31% 0.59% -
HSV(B) 66.46º 0.35% 0.72% -
XYZ 38.6 44.96 24.1 -
YUV 174.5 96.68 129.79 -
System Red Green Blue C M Y K H S L
Decimal 177 184 119 0.04 0 0.35 0.28 66.46 0.31 0.59
Hex B1 B8 77 4 0 23 1C 42 1F 3B
Octal 261 270 167 4 0 43 34 102 37 73
Binary 10110001 10111000 1110111 100 0 100011 11100 1000010 11111 111011

Color Harmonies of #B1B877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B877

Black with #B1B877

Text Example


Text Example

White with #B1B877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B877; }

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

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

background-color css

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

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

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

border-color css

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

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

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