#bc8a22

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

Shades of Nugget #BC8A22

Tints of Nugget #BC8A22

Color information

#BC8A22 (or 0xBC8A22) is unknown color: approx Nugget. HEX triplet: BC, 8A and 22. RGB value is (188,138,34). Sum of RGB (Red+Green+Blue) = 188+138+34=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 34 (13.67% from 255 or 9.44% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8A22 is #4375DD. Grayscale: #8D8D8D. Windows color (decimal): -4421086 or 2263740. OLE color: 2263740.

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

Color convert

RGB18813834-
CMYK00.270.820.26
HSL40.52º69.37%43.53%-
HSV(B)40.52º81.91%73.73%-
XYZ30.1228.985.52-
YUV141.0967.56161.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.22%
GREEN value IS 138 (54.30% from 255) = 38.33%
BLUE value IS 34 (13.67% from 255) = 9.44%
R=52.22%
G=38.33%
B=9.44%

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
Decimal1881383400.270.820.2640.5269.3743.53
HexBC8A2201B521A29452c
Octal27421242033122325110554
Binary10111100100010101000100110111010010110101010011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc8a22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc8a22; }

 p { color: rgb(188,138,34); }

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

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

 a { background-color: rgb(188,138,34); }

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

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

 span { border-color: rgb(188,138,34); }

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