#B4B88A

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

Shades of Pine Glade #B4B88A

Tints of Pine Glade #B4B88A

Color information

#B4B88A (or 0xB4B88A) is unknown color: approx Pine Glade. HEX triplet: B4, B8 and 8A. RGB value is (180,184,138). Sum of RGB (Red+Green+Blue) = 180+184+138=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 184 - color contains mainly: green. Hex color #B4B88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B88A is #4B4775. Grayscale: #B1B1B1. Windows color (decimal): -4933494 or 9091252. OLE color: 9091252.

HSL color Cylindrical-coordinate representation of color #B4B88A: hue angle of 65.22º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4B88A is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB180184138-
CMYK0.0200.250.28
HSL65.22º24.47%63.14%-
HSV(B)65.22º25%72.16%-
XYZ40.5545.8230.75-
YUV177.56105.67129.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 184 (72.27% from 255) = 36.65%
BLUE value IS 138 (54.30% from 255) = 27.49%
R=35.86%
G=36.65%
B=27.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801841380.0200.250.2865.2224.4763.14
HexB4B88A20191C41183f
Octal2642702122031341013077
Binary1011010010111000100010101001100111100100000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B88A; }

 p { color: rgb(180,184,138); }

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

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

 a { background-color: rgb(180,184,138); }

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

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

 span { border-color: rgb(180,184,138); }

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