#B8B780

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

Shades of Pine Glade #B8B780

Tints of Pine Glade #B8B780

Color information

#B8B780 (or 0xB8B780) is unknown color: approx Pine Glade. HEX triplet: B8, B7 and 80. RGB value is (184,183,128). Sum of RGB (Red+Green+Blue) = 184+183+128=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B780 is #47487F. Grayscale: #B1B1B1. Windows color (decimal): -4671616 or 8435640. OLE color: 8435640.

HSL color Cylindrical-coordinate representation of color #B8B780: hue angle of 58.93º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8B780 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB184183128-
CMYK00.010.300.28
HSL58.93º28.28%61.18%-
HSV(B)58.93º30.43%72.16%-
XYZ40.645.6227.09-
YUV177.03100.33132.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.17%
GREEN value IS 183 (71.88% from 255) = 36.97%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=37.17%
G=36.97%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418312800.010.300.2858.9328.2861.18
HexB8B780011E1C3b1c3d
Octal270267200013634733475
Binary10111000101101111000000001111101110011101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B780; }

 p { color: rgb(184,183,128); }

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

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

 a { background-color: rgb(184,183,128); }

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

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

 span { border-color: rgb(184,183,128); }

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