#B78C2C

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

Shades of Nugget #B78C2C

Tints of Nugget #B78C2C

Color information

#B78C2C (or 0xB78C2C) is unknown color: approx Nugget. HEX triplet: B7, 8C and 2C. RGB value is (183,140,44). Sum of RGB (Red+Green+Blue) = 183+140+44=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78C2C is #4873D3. Grayscale: #8E8E8E. Windows color (decimal): -4748244 or 2919607. OLE color: 2919607.

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

Color convert

RGB18314044-
CMYK00.230.760.28
HSL41.44º61.23%44.51%-
HSV(B)41.44º75.96%71.76%-
XYZ29.3629.016.43-
YUV141.9172.75157.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.86%
GREEN value IS 140 (55.08% from 255) = 38.15%
BLUE value IS 44 (17.58% from 255) = 11.99%
R=49.86%
G=38.15%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831404400.230.760.2841.4461.2344.51
HexB78C2C0174C1C293d2d
Octal2672145402711434517555
Binary1011011110001100101100010111100110011100101001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78C2C; }

 p { color: rgb(183,140,44); }

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

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

 a { background-color: rgb(183,140,44); }

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

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

 span { border-color: rgb(183,140,44); }

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