#B7942A

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

Shades of Nugget #B7942A

Tints of Nugget #B7942A

Color information

#B7942A (or 0xB7942A) is unknown color: approx Nugget. HEX triplet: B7, 94 and 2A. RGB value is (183,148,42). Sum of RGB (Red+Green+Blue) = 183+148+42=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7942A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7942A is #486BD5. Grayscale: #929292. Windows color (decimal): -4746198 or 2790583. OLE color: 2790583.

HSL color Cylindrical-coordinate representation of color #B7942A: hue angle of 45.11º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7942A is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB18314842-
CMYK00.190.770.28
HSL45.11º62.67%44.12%-
HSV(B)45.11º77.05%71.76%-
XYZ30.5431.416.64-
YUV146.3869.1154.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 148 (58.20% from 255) = 39.68%
BLUE value IS 42 (16.80% from 255) = 11.26%
R=49.06%
G=39.68%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831484200.190.770.2845.1162.6744.12
HexB7942A0134D1C2d3f2c
Octal2672245202311534557754
Binary1011011110010100101010010011100110111100101101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7942A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7942A; }

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

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

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

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

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

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

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

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