Html Css Color HEX #B1B47F Pine Glade

📋 copy color: '#B1B47F'

red 177 ◦ green 180 ◦ blue 127

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

Shades of Pine Glade #B1B47F

Tints of Pine Glade #B1B47F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.24%

R = 36.57%
G = 37.19%
B = 26.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B1B47F (or 0xB1B47F) is known color: Pine Glade. HEX triplet: B1, B4 and 7F. RGB value is (177,180,127). Sum of RGB (Red+Green+Blue) = 177+180+127=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B47F is #4E4B80. Grayscale: #ADADAD. Windows color (decimal): -5131137 or 8369329. OLE color: 8369329.

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

Color convert

RGB 177 180 127 -
CMYK 0.02 0 0.29 0.29
HSL 63.4º 0.26% 0.6% -
HSV(B) 63.4º 0.29% 0.71% -
XYZ 38.28 43.52 26.46 -
YUV 173.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 177 180 127 0.02 0 0.29 0.29 63.4 0.26 0.6
Hex B1 B4 7F 2 0 1D 1D 3F 1A 3C
Octal 261 264 177 2 0 35 35 77 32 74
Binary 10110001 10110100 1111111 10 0 11101 11101 111111 11010 111100

Color Harmonies of #B1B47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B47F

Black with #B1B47F

Text Example


Text Example

White with #B1B47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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