#B4BC7F

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

Shades of Pine Glade #B4BC7F

Tints of Pine Glade #B4BC7F

Color information

#B4BC7F (or 0xB4BC7F) is unknown color: approx Pine Glade. HEX triplet: B4, BC and 7F. RGB value is (180,188,127). Sum of RGB (Red+Green+Blue) = 180+188+127=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BC7F is #4B4380. Grayscale: #B2B2B2. Windows color (decimal): -4932481 or 8371380. OLE color: 8371380.

HSL color Cylindrical-coordinate representation of color #B4BC7F: hue angle of 67.87º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4BC7F is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB180188127-
CMYK0.0400.320.26
HSL67.87º31.28%61.76%-
HSV(B)67.87º32.45%73.73%-
XYZ40.6447.227.05-
YUV178.6598.85128.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 188 (73.83% from 255) = 37.98%
BLUE value IS 127 (50% from 255) = 25.66%
R=36.36%
G=37.98%
B=25.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801881270.0400.320.2667.8731.2861.76
HexB4BC7F40201A441f3e
Octal2642741774040321043776
Binary10110100101111001111111100010000011010100010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BC7F; }

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

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

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

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

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

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

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

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