#B8902C

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

Shades of Nugget #B8902C

Tints of Nugget #B8902C

Color information

#B8902C (or 0xB8902C) is unknown color: approx Nugget. HEX triplet: B8, 90 and 2C. RGB value is (184,144,44). Sum of RGB (Red+Green+Blue) = 184+144+44=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B8902C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8902C is #476FD3. Grayscale: #919191. Windows color (decimal): -4681684 or 2920632. OLE color: 2920632.

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

Color convert

RGB18414444-
CMYK00.220.760.28
HSL42.86º61.4%44.71%-
HSV(B)42.86º76.09%72.16%-
XYZ30.230.326.64-
YUV144.5671.25156.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.46%
GREEN value IS 144 (56.64% from 255) = 38.71%
BLUE value IS 44 (17.58% from 255) = 11.83%
R=49.46%
G=38.71%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841444400.220.760.2842.8661.444.71
HexB8902C0164C1C2b3d2d
Octal2702205402611434537555
Binary1011100010010000101100010110100110011100101011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8902C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8902C; }

 p { color: rgb(184,144,44); }

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

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

 a { background-color: rgb(184,144,44); }

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

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

 span { border-color: rgb(184,144,44); }

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