#BCB145

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

Shades of Brass #BCB145

Tints of Brass #BCB145

Color information

#BCB145 (or 0xBCB145) is unknown color: approx Brass. HEX triplet: BC, B1 and 45. RGB value is (188,177,69). Sum of RGB (Red+Green+Blue) = 188+177+69=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 69 (27.34% from 255 or 15.90% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB145 is #434EBA. Grayscale: #A8A8A8. Windows color (decimal): -4411067 or 4567484. OLE color: 4567484.

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

Color convert

RGB18817769-
CMYK00.060.630.26
HSL54.45º47.04%50.39%-
HSV(B)54.45º63.3%73.73%-
XYZ37.5442.5711.87-
YUV167.9872.14142.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 177 (69.53% from 255) = 40.78%
BLUE value IS 69 (27.34% from 255) = 15.90%
R=43.32%
G=40.78%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881776900.060.630.2654.4547.0450.39
HexBCB145063F1A362f32
Octal274261105067732665762
Binary10111100101100011000101011011111111010110110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB145; }

 p { color: rgb(188,177,69); }

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

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

 a { background-color: rgb(188,177,69); }

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

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

 span { border-color: rgb(188,177,69); }

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