#BC8B23

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

Shades of Nugget #BC8B23

Tints of Nugget #BC8B23

Color information

#BC8B23 (or 0xBC8B23) is unknown color: approx Nugget. HEX triplet: BC, 8B and 23. RGB value is (188,139,35). Sum of RGB (Red+Green+Blue) = 188+139+35=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 35 (14.06% from 255 or 9.67% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8B23 is #4374DC. Grayscale: #8E8E8E. Windows color (decimal): -4420829 or 2329532. OLE color: 2329532.

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

Color convert

RGB18813935-
CMYK00.260.810.26
HSL40.78º68.61%43.73%-
HSV(B)40.78º81.38%73.73%-
XYZ30.2829.285.65-
YUV141.7967.73160.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.93%
GREEN value IS 139 (54.69% from 255) = 38.40%
BLUE value IS 35 (14.06% from 255) = 9.67%
R=51.93%
G=38.40%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881393500.260.810.2640.7868.6143.73
HexBC8B2301A511A29452c
Octal27421343032121325110554
Binary10111100100010111000110110101010001110101010011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8B23; }

 p { color: rgb(188,139,35); }

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

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

 a { background-color: rgb(188,139,35); }

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

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

 span { border-color: rgb(188,139,35); }

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