#B8B680

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

Shades of Pine Glade #B8B680

Tints of Pine Glade #B8B680

Color information

#B8B680 (or 0xB8B680) is unknown color: approx Pine Glade. HEX triplet: B8, B6 and 80. RGB value is (184,182,128). Sum of RGB (Red+Green+Blue) = 184+182+128=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B680 is #47497F. Grayscale: #B0B0B0. Windows color (decimal): -4671872 or 8435384. OLE color: 8435384.

HSL color Cylindrical-coordinate representation of color #B8B680: hue angle of 57.86º 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 #B8B680 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB184182128-
CMYK00.010.300.28
HSL57.86º28.28%61.18%-
HSV(B)57.86º30.43%72.16%-
XYZ40.3945.227.02-
YUV176.44100.66133.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.25%
GREEN value IS 182 (71.48% from 255) = 36.84%
BLUE value IS 128 (50.39% from 255) = 25.91%
R=37.25%
G=36.84%
B=25.91%

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
Decimal18418212800.010.300.2857.8628.2861.18
HexB8B680011E1C3a1c3d
Octal270266200013634723475
Binary10111000101101101000000001111101110011101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B680; }

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

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

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

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

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

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

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

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