#BC8625

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

Shades of Nugget #BC8625

Tints of Nugget #BC8625

Color information

#BC8625 (or 0xBC8625) is unknown color: approx Nugget. HEX triplet: BC, 86 and 25. RGB value is (188,134,37). Sum of RGB (Red+Green+Blue) = 188+134+37=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8625 is #4379DA. Grayscale: #8B8B8B. Windows color (decimal): -4422107 or 2459324. OLE color: 2459324.

HSL color Cylindrical-coordinate representation of color #BC8625: hue angle of 38.54º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC8625 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB18813437-
CMYK00.290.800.26
HSL38.54º67.11%44.12%-
HSV(B)38.54º80.32%73.73%-
XYZ29.627.885.57-
YUV139.0970.39162.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.37%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 37 (14.84% from 255) = 10.31%
R=52.37%
G=37.33%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881343700.290.800.2638.5467.1144.12
HexBC862501D501A27432c
Octal27420645035120324710354
Binary10111100100001101001010111011010000110101001111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8625; }

 p { color: rgb(188,134,37); }

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

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

 a { background-color: rgb(188,134,37); }

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

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

 span { border-color: rgb(188,134,37); }

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