#BCB23B

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

Shades of Brass #BCB23B

Tints of Brass #BCB23B

Color information

#BCB23B (or 0xBCB23B) is unknown color: approx Brass. HEX triplet: BC, B2 and 3B. RGB value is (188,178,59). Sum of RGB (Red+Green+Blue) = 188+178+59=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB23B is #434DC4. Grayscale: #A7A7A7. Windows color (decimal): -4410821 or 3912380. OLE color: 3912380.

HSL color Cylindrical-coordinate representation of color #BCB23B: hue angle of 55.35º degrees, saturation: 0.52, 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 #BCB23B is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB18817859-
CMYK00.050.690.26
HSL55.35º52.23%48.43%-
HSV(B)55.35º68.62%73.73%-
XYZ37.4542.8510.43-
YUV167.4266.81142.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 178 (69.92% from 255) = 41.88%
BLUE value IS 59 (23.44% from 255) = 13.88%
R=44.24%
G=41.88%
B=13.88%

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
Decimal1881785900.050.690.2655.3552.2348.43
HexBCB23B05451A373430
Octal274262730510532676460
Binary10111100101100101110110101100010111010110111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB23B; }

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

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

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

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

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

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

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

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