#B8B67C

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

Shades of Pine Glade #B8B67C

Tints of Pine Glade #B8B67C

Color information

#B8B67C (or 0xB8B67C) is unknown color: approx Pine Glade. HEX triplet: B8, B6 and 7C. RGB value is (184,182,124). Sum of RGB (Red+Green+Blue) = 184+182+124=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B67C is #474983. Grayscale: #B0B0B0. Windows color (decimal): -4671876 or 8173240. OLE color: 8173240.

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

Color convert

RGB184182124-
CMYK00.010.330.28
HSL58º29.7%60.39%-
HSV(B)58º32.61%72.16%-
XYZ40.1345.125.66-
YUV175.9998.66133.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.55%
GREEN value IS 182 (71.48% from 255) = 37.14%
BLUE value IS 124 (48.83% from 255) = 25.31%
R=37.55%
G=37.14%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418212400.010.330.285829.760.39
HexB8B67C01211C3a1e3c
Octal270266174014134723674
Binary10111000101101101111100011000011110011101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B67C; }

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

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

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

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

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

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

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

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