#BCB441

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

Shades of Brass #BCB441

Tints of Brass #BCB441

Color information

#BCB441 (or 0xBCB441) is unknown color: approx Brass. HEX triplet: BC, B4 and 41. RGB value is (188,180,65). Sum of RGB (Red+Green+Blue) = 188+180+65=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB441 is #434BBE. Grayscale: #A9A9A9. Windows color (decimal): -4410303 or 4306108. OLE color: 4306108.

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

Color convert

RGB18818065-
CMYK00.040.650.26
HSL56.1º48.62%49.61%-
HSV(B)56.1º65.43%73.73%-
XYZ38.0143.7211.44-
YUV169.2869.15141.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.42%
GREEN value IS 180 (70.70% from 255) = 41.57%
BLUE value IS 65 (25.78% from 255) = 15.01%
R=43.42%
G=41.57%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881806500.040.650.2656.148.6249.61
HexBCB44104411A383132
Octal2742641010410132706162
Binary101111001011010010000010100100000111010111000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB441; }

 p { color: rgb(188,180,65); }

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

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

 a { background-color: rgb(188,180,65); }

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

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

 span { border-color: rgb(188,180,65); }

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