#B78E2D

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

Shades of Nugget #B78E2D

Tints of Nugget #B78E2D

Color information

#B78E2D (or 0xB78E2D) is unknown color: approx Nugget. HEX triplet: B7, 8E and 2D. RGB value is (183,142,45). Sum of RGB (Red+Green+Blue) = 183+142+45=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B78E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78E2D is #4871D2. Grayscale: #8F8F8F. Windows color (decimal): -4747731 or 2985655. OLE color: 2985655.

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

Color convert

RGB18314245-
CMYK00.220.750.28
HSL42.17º60.53%44.71%-
HSV(B)42.17º75.41%71.76%-
XYZ29.6829.66.63-
YUV143.272.58156.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.46%
GREEN value IS 142 (55.86% from 255) = 38.38%
BLUE value IS 45 (17.97% from 255) = 12.16%
R=49.46%
G=38.38%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831424500.220.750.2842.1760.5344.71
HexB78E2D0164B1C2a3d2d
Octal2672165502611334527555
Binary1011011110001110101101010110100101111100101010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78E2D; }

 p { color: rgb(183,142,45); }

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

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

 a { background-color: rgb(183,142,45); }

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

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

 span { border-color: rgb(183,142,45); }

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