#B1B27A

Color #B1B27A Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #B1B27A

Tints of Pine Glade #B1B27A

Color information

#B1B27A (or 0xB1B27A) is unknown color: approx Pine Glade. HEX triplet: B1, B2 and 7A. RGB value is (177,178,122). Sum of RGB (Red+Green+Blue) = 177+178+122=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B27A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B27A is #4E4D85. Grayscale: #ABABAB. Windows color (decimal): -5131654 or 8041137. OLE color: 8041137.

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

Color convert

RGB177178122-
CMYK0.0100.310.30
HSL61.07º26.67%58.82%-
HSV(B)61.07º31.46%69.8%-
XYZ37.5642.5924.65-
YUV171.32100.17132.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.11%
GREEN value IS 178 (69.92% from 255) = 37.32%
BLUE value IS 122 (48.05% from 255) = 25.58%
R=37.11%
G=37.32%
B=25.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1771781220.0100.310.3061.0726.6758.82
HexB1B27A101F1E3d1b3b
Octal261262172103736753373
Binary1011000110110010111101010111111111011110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B27A; }

 p { color: rgb(177,178,122); }

 H1.HeaderClassName
 {
   color: #B1B27A;
 }
 .AnyTagClassName
 {
   color: #B1B27A;
 }
</style>
background-color css

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

 a { background-color: rgb(177,178,122); }

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

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

 span { border-color: rgb(177,178,122); }

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