#B78F1E

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

Shades of Nugget #B78F1E

Tints of Nugget #B78F1E

Color information

#B78F1E (or 0xB78F1E) is unknown color: approx Nugget. HEX triplet: B7, 8F and 1E. RGB value is (183,143,30). Sum of RGB (Red+Green+Blue) = 183+143+30=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78F1E is #4870E1. Grayscale: #8E8E8E. Windows color (decimal): -4747490 or 2002871. OLE color: 2002871.

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

Color convert

RGB18314330-
CMYK00.220.840.28
HSL44.31º71.83%41.76%-
HSV(B)44.31º83.61%71.76%-
XYZ29.5929.815.42-
YUV142.0864.75157.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.40%
GREEN value IS 143 (56.25% from 255) = 40.17%
BLUE value IS 30 (12.11% from 255) = 8.43%
R=51.40%
G=40.17%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831433000.220.840.2844.3171.8341.76
HexB78F1E016541C2c482a
Octal26721736026124345411052
Binary1011011110001111111100101101010100111001011001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78F1E; }

 p { color: rgb(183,143,30); }

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

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

 a { background-color: rgb(183,143,30); }

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

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

 span { border-color: rgb(183,143,30); }

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