#BCB23A

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

Shades of Brass #BCB23A

Tints of Brass #BCB23A

Color information

#BCB23A (or 0xBCB23A) is unknown color: approx Brass. HEX triplet: BC, B2 and 3A. RGB value is (188,178,58). Sum of RGB (Red+Green+Blue) = 188+178+58=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 58 (23.05% from 255 or 13.68% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB23A is #434DC5. Grayscale: #A7A7A7. Windows color (decimal): -4410822 or 3846844. OLE color: 3846844.

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

Color convert

RGB18817858-
CMYK00.050.690.26
HSL55.38º52.85%48.24%-
HSV(B)55.38º69.15%73.73%-
XYZ37.4242.8410.3-
YUV167.3166.31142.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 178 (69.92% from 255) = 41.98%
BLUE value IS 58 (23.05% from 255) = 13.68%
R=44.34%
G=41.98%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881785800.050.690.2655.3852.8548.24
HexBCB23A05451A373530
Octal274262720510532676560
Binary10111100101100101110100101100010111010110111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB23A; }

 p { color: rgb(188,178,58); }

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

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

 a { background-color: rgb(188,178,58); }

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

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

 span { border-color: rgb(188,178,58); }

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