#B8942B

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

Shades of Nugget #B8942B

Tints of Nugget #B8942B

Color information

#B8942B (or 0xB8942B) is unknown color: approx Nugget. HEX triplet: B8, 94 and 2B. RGB value is (184,148,43). Sum of RGB (Red+Green+Blue) = 184+148+43=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8942B is #476BD4. Grayscale: #939393. Windows color (decimal): -4680661 or 2856120. OLE color: 2856120.

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

Color convert

RGB18414843-
CMYK00.200.770.28
HSL44.68º62.11%44.51%-
HSV(B)44.68º76.63%72.16%-
XYZ30.7931.546.75-
YUV146.7969.43154.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.07%
GREEN value IS 148 (58.20% from 255) = 39.47%
BLUE value IS 43 (17.19% from 255) = 11.47%
R=49.07%
G=39.47%
B=11.47%

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
Decimal1841484300.200.770.2844.6862.1144.51
HexB8942B0144D1C2d3e2d
Octal2702245302411534557655
Binary1011100010010100101011010100100110111100101101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8942B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8942B; }

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

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

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

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

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

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

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

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