#B3B378

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

Shades of Pine Glade #B3B378

Tints of Pine Glade #B3B378

Color information

#B3B378 (or 0xB3B378) is unknown color: approx Pine Glade. HEX triplet: B3, B3 and 78. RGB value is (179,179,120). Sum of RGB (Red+Green+Blue) = 179+179+120=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B378 is #4C4C87. Grayscale: #ACACAC. Windows color (decimal): -5000328 or 7910323. OLE color: 7910323.

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

Color convert

RGB179179120-
CMYK000.330.30
HSL60º27.96%58.63%-
HSV(B)60º32.96%70.2%-
XYZ38.143.1824.1-
YUV172.2798.5132.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.45%
GREEN value IS 179 (70.31% from 255) = 37.45%
BLUE value IS 120 (47.27% from 255) = 25.10%
R=37.45%
G=37.45%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179179120000.330.306027.9658.63
HexB3B37800211E3c1c3b
Octal263263170004136743473
Binary10110011101100111111000001000011111011110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B378; }

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

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

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

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

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

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

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

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