#B7912A

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

Shades of Nugget #B7912A

Tints of Nugget #B7912A

Color information

#B7912A (or 0xB7912A) is unknown color: approx Nugget. HEX triplet: B7, 91 and 2A. RGB value is (183,145,42). Sum of RGB (Red+Green+Blue) = 183+145+42=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B7912A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7912A is #486ED5. Grayscale: #919191. Windows color (decimal): -4746966 or 2789815. OLE color: 2789815.

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

Color convert

RGB18314542-
CMYK00.210.770.28
HSL43.83º62.67%44.12%-
HSV(B)43.83º77.05%71.76%-
XYZ30.0730.496.49-
YUV144.6270.09155.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.46%
GREEN value IS 145 (57.03% from 255) = 39.19%
BLUE value IS 42 (16.80% from 255) = 11.35%
R=49.46%
G=39.19%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831454200.210.770.2843.8362.6744.12
HexB7912A0154D1C2c3f2c
Octal2672215202511534547754
Binary1011011110010001101010010101100110111100101100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7912A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7912A; }

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

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

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

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

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

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

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

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