#B5B677

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

Shades of Pine Glade #B5B677

Tints of Pine Glade #B5B677

Color information

#B5B677 (or 0xB5B677) is unknown color: approx Pine Glade. HEX triplet: B5, B6 and 77. RGB value is (181,182,119). Sum of RGB (Red+Green+Blue) = 181+182+119=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B677 is #4A4988. Grayscale: #AEAEAE. Windows color (decimal): -4868489 or 7845557. OLE color: 7845557.

HSL color Cylindrical-coordinate representation of color #B5B677: hue angle of 60.95º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5B677 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB181182119-
CMYK0.0100.350.29
HSL60.95º30.14%59.02%-
HSV(B)60.95º34.62%71.37%-
XYZ39.1144.6124-
YUV174.5296.67132.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 182 (71.48% from 255) = 37.76%
BLUE value IS 119 (46.88% from 255) = 24.69%
R=37.55%
G=37.76%
B=24.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811821190.0100.350.2960.9530.1459.02
HexB5B67710231D3d1e3b
Octal265266167104335753673
Binary10110101101101101110111101000111110111110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B677; }

 p { color: rgb(181,182,119); }

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

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

 a { background-color: rgb(181,182,119); }

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

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

 span { border-color: rgb(181,182,119); }

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