#B6912A

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

Shades of Nugget #B6912A

Tints of Nugget #B6912A

Color information

#B6912A (or 0xB6912A) is unknown color: approx Nugget. HEX triplet: B6, 91 and 2A. RGB value is (182,145,42). Sum of RGB (Red+Green+Blue) = 182+145+42=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B6912A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6912A is #496ED5. Grayscale: #909090. Windows color (decimal): -4812502 or 2789814. OLE color: 2789814.

HSL color Cylindrical-coordinate representation of color #B6912A: hue angle of 44.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6912A is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB18214542-
CMYK00.200.770.29
HSL44.14º62.5%43.92%-
HSV(B)44.14º76.92%71.37%-
XYZ29.8330.366.48-
YUV144.3270.26154.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.32%
GREEN value IS 145 (57.03% from 255) = 39.30%
BLUE value IS 42 (16.80% from 255) = 11.38%
R=49.32%
G=39.30%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821454200.200.770.2944.1462.543.92
HexB6912A0144D1D2c3e2c
Octal2662215202411535547654
Binary1011011010010001101010010100100110111101101100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6912A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6912A; }

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

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

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

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

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

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

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

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