#B3B37B

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

Shades of Pine Glade #B3B37B

Tints of Pine Glade #B3B37B

Color information

#B3B37B (or 0xB3B37B) is unknown color: approx Pine Glade. HEX triplet: B3, B3 and 7B. RGB value is (179,179,123). Sum of RGB (Red+Green+Blue) = 179+179+123=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B37B is #4C4C84. Grayscale: #ACACAC. Windows color (decimal): -5000325 or 8106931. OLE color: 8106931.

HSL color Cylindrical-coordinate representation of color #B3B37B: hue angle of 60º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3B37B is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB179179123-
CMYK000.310.30
HSL60º26.92%59.22%-
HSV(B)60º31.28%70.2%-
XYZ38.2943.2525.07-
YUV172.62100132.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.21%
GREEN value IS 179 (70.31% from 255) = 37.21%
BLUE value IS 123 (48.44% from 255) = 25.57%
R=37.21%
G=37.21%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179179123000.310.306026.9259.22
HexB3B37B001F1E3c1b3b
Octal263263173003736743373
Binary1011001110110011111101100111111111011110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B37B; }

 p { color: rgb(179,179,123); }

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

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

 a { background-color: rgb(179,179,123); }

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

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

 span { border-color: rgb(179,179,123); }

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