#BC8921

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

Shades of Nugget #BC8921

Tints of Nugget #BC8921

Color information

#BC8921 (or 0xBC8921) is unknown color: approx Nugget. HEX triplet: BC, 89 and 21. RGB value is (188,137,33). Sum of RGB (Red+Green+Blue) = 188+137+33=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8921 is #4376DE. Grayscale: #8C8C8C. Windows color (decimal): -4421343 or 2197948. OLE color: 2197948.

HSL color Cylindrical-coordinate representation of color #BC8921: hue angle of 40.26º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC8921 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB18813733-
CMYK00.270.820.26
HSL40.26º70.14%43.33%-
HSV(B)40.26º82.45%73.73%-
XYZ29.9628.695.4-
YUV140.3967.4161.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.51%
GREEN value IS 137 (53.91% from 255) = 38.27%
BLUE value IS 33 (13.28% from 255) = 9.22%
R=52.51%
G=38.27%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881373300.270.820.2640.2670.1443.33
HexBC892101B521A28462b
Octal27421141033122325010653
Binary10111100100010011000010110111010010110101010001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8921; }

 p { color: rgb(188,137,33); }

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

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

 a { background-color: rgb(188,137,33); }

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

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

 span { border-color: rgb(188,137,33); }

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