#B7B682

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

Shades of Pine Glade #B7B682

Tints of Pine Glade #B7B682

Color information

#B7B682 (or 0xB7B682) is unknown color: approx Pine Glade. HEX triplet: B7, B6 and 82. RGB value is (183,182,130). Sum of RGB (Red+Green+Blue) = 183+182+130=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B682 is #48497D. Grayscale: #B0B0B0. Windows color (decimal): -4737406 or 8566455. OLE color: 8566455.

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

Color convert

RGB183182130-
CMYK00.010.290.28
HSL58.87º26.9%61.37%-
HSV(B)58.87º28.96%71.76%-
XYZ40.2945.1327.71-
YUV176.37101.83132.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.97%
GREEN value IS 182 (71.48% from 255) = 36.77%
BLUE value IS 130 (51.17% from 255) = 26.26%
R=36.97%
G=36.77%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18318213000.010.290.2858.8726.961.37
HexB7B682011D1C3b1b3d
Octal267266202013534733375
Binary10110111101101101000001001111011110011101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B682; }

 p { color: rgb(183,182,130); }

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

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

 a { background-color: rgb(183,182,130); }

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

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

 span { border-color: rgb(183,182,130); }

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