#B78F2C

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

Shades of Nugget #B78F2C

Tints of Nugget #B78F2C

Color information

#B78F2C (or 0xB78F2C) is unknown color: approx Nugget. HEX triplet: B7, 8F and 2C. RGB value is (183,143,44). Sum of RGB (Red+Green+Blue) = 183+143+44=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78F2C is #4870D3. Grayscale: #909090. Windows color (decimal): -4747476 or 2920375. OLE color: 2920375.

HSL color Cylindrical-coordinate representation of color #B78F2C: hue angle of 42.73º 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 #B78F2C is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB18314344-
CMYK00.220.760.28
HSL42.73º61.23%44.51%-
HSV(B)42.73º75.96%71.76%-
XYZ29.8129.896.58-
YUV143.6771.75156.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.46%
GREEN value IS 143 (56.25% from 255) = 38.65%
BLUE value IS 44 (17.58% from 255) = 11.89%
R=49.46%
G=38.65%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831434400.220.760.2842.7361.2344.51
HexB78F2C0164C1C2b3d2d
Octal2672175402611434537555
Binary1011011110001111101100010110100110011100101011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78F2C; }

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

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

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

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

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

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

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

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