#B8932B

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

Shades of Nugget #B8932B

Tints of Nugget #B8932B

Color information

#B8932B (or 0xB8932B) is unknown color: approx Nugget. HEX triplet: B8, 93 and 2B. RGB value is (184,147,43). Sum of RGB (Red+Green+Blue) = 184+147+43=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B8932B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8932B is #476CD4. Grayscale: #929292. Windows color (decimal): -4680917 or 2855864. OLE color: 2855864.

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

Color convert

RGB18414743-
CMYK00.200.770.28
HSL44.26º62.11%44.51%-
HSV(B)44.26º76.63%72.16%-
XYZ30.6431.236.7-
YUV146.2169.76154.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.20%
GREEN value IS 147 (57.81% from 255) = 39.30%
BLUE value IS 43 (17.19% from 255) = 11.50%
R=49.20%
G=39.30%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841474300.200.770.2844.2662.1144.51
HexB8932B0144D1C2c3e2d
Octal2702235302411534547655
Binary1011100010010011101011010100100110111100101100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8932B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8932B; }

 p { color: rgb(184,147,43); }

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

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

 a { background-color: rgb(184,147,43); }

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

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

 span { border-color: rgb(184,147,43); }

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