#BCB248

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

Shades of Brass #BCB248

Tints of Brass #BCB248

Color information

#BCB248 (or 0xBCB248) is unknown color: approx Brass. HEX triplet: BC, B2 and 48. RGB value is (188,178,72). Sum of RGB (Red+Green+Blue) = 188+178+72=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB248 is #434DB7. Grayscale: #A9A9A9. Windows color (decimal): -4410808 or 4764348. OLE color: 4764348.

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

Color convert

RGB18817872-
CMYK00.050.620.26
HSL54.83º46.4%50.98%-
HSV(B)54.83º61.7%73.73%-
XYZ37.834312.44-
YUV168.9173.31141.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.92%
GREEN value IS 178 (69.92% from 255) = 40.64%
BLUE value IS 72 (28.52% from 255) = 16.44%
R=42.92%
G=40.64%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881787200.050.620.2654.8346.450.98
HexBCB248053E1A372e33
Octal274262110057632675663
Binary10111100101100101001000010111111011010110111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB248; }

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

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

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

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

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

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

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

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