#B7942C

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

Shades of Nugget #B7942C

Tints of Nugget #B7942C

Color information

#B7942C (or 0xB7942C) is unknown color: approx Nugget. HEX triplet: B7, 94 and 2C. RGB value is (183,148,44). Sum of RGB (Red+Green+Blue) = 183+148+44=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7942C is #486BD3. Grayscale: #939393. Windows color (decimal): -4746196 or 2921655. OLE color: 2921655.

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

Color convert

RGB18314844-
CMYK00.190.760.28
HSL44.89º61.23%44.51%-
HSV(B)44.89º75.96%71.76%-
XYZ30.5731.436.84-
YUV146.6170.1153.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.8%
GREEN value IS 148 (58.20% from 255) = 39.47%
BLUE value IS 44 (17.58% from 255) = 11.73%
R=48.8%
G=39.47%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831484400.190.760.2844.8961.2344.51
HexB7942C0134C1C2d3d2d
Octal2672245402311434557555
Binary1011011110010100101100010011100110011100101101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7942C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7942C; }

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

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

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

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

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

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

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

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