#BC8D28

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

Shades of Nugget #BC8D28

Tints of Nugget #BC8D28

Color information

#BC8D28 (or 0xBC8D28) is unknown color: approx Nugget. HEX triplet: BC, 8D and 28. RGB value is (188,141,40). Sum of RGB (Red+Green+Blue) = 188+141+40=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8D28 is #4372D7. Grayscale: #8F8F8F. Windows color (decimal): -4420312 or 2657724. OLE color: 2657724.

HSL color Cylindrical-coordinate representation of color #BC8D28: hue angle of 40.95º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC8D28 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB18814140-
CMYK00.250.790.26
HSL40.95º64.91%44.71%-
HSV(B)40.95º78.72%73.73%-
XYZ30.6529.896.16-
YUV143.5469.57159.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.95%
GREEN value IS 141 (55.47% from 255) = 38.21%
BLUE value IS 40 (16.02% from 255) = 10.84%
R=50.95%
G=38.21%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881414000.250.790.2640.9564.9144.71
HexBC8D280194F1A29412d
Octal27421550031117325110155
Binary10111100100011011010000110011001111110101010011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8D28; }

 p { color: rgb(188,141,40); }

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

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

 a { background-color: rgb(188,141,40); }

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

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

 span { border-color: rgb(188,141,40); }

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