#B78629

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

Shades of Nugget #B78629

Tints of Nugget #B78629

Color information

#B78629 (or 0xB78629) is unknown color: approx Nugget. HEX triplet: B7, 86 and 29. RGB value is (183,134,41). Sum of RGB (Red+Green+Blue) = 183+134+41=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B78629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78629 is #4879D6. Grayscale: #8A8A8A. Windows color (decimal): -4749783 or 2721463. OLE color: 2721463.

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

Color convert

RGB18313441-
CMYK00.270.780.28
HSL39.3º63.39%43.92%-
HSV(B)39.3º77.6%71.76%-
XYZ28.4527.285.86-
YUV138.0573.23160.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.12%
GREEN value IS 134 (52.73% from 255) = 37.43%
BLUE value IS 41 (16.41% from 255) = 11.45%
R=51.12%
G=37.43%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831344100.270.780.2839.363.3943.92
HexB7862901B4E1C273f2c
Octal2672065103311634477754
Binary1011011110000110101001011011100111011100100111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78629; }

 p { color: rgb(183,134,41); }

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

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

 a { background-color: rgb(183,134,41); }

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

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

 span { border-color: rgb(183,134,41); }

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