#B8B67F

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

Shades of Pine Glade #B8B67F

Tints of Pine Glade #B8B67F

Color information

#B8B67F (or 0xB8B67F) is unknown color: approx Pine Glade. HEX triplet: B8, B6 and 7F. RGB value is (184,182,127). Sum of RGB (Red+Green+Blue) = 184+182+127=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B67F is #474980. Grayscale: #B0B0B0. Windows color (decimal): -4671873 or 8369848. OLE color: 8369848.

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

Color convert

RGB184182127-
CMYK00.010.310.28
HSL57.89º28.64%60.98%-
HSV(B)57.89º30.98%72.16%-
XYZ40.3345.1826.67-
YUV176.33100.16133.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.32%
GREEN value IS 182 (71.48% from 255) = 36.92%
BLUE value IS 127 (50% from 255) = 25.76%
R=37.32%
G=36.92%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418212700.010.310.2857.8928.6460.98
HexB8B67F011F1C3a1d3d
Octal270266177013734723575
Binary1011100010110110111111101111111110011101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B67F; }

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

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

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

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

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

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

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

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