#BCB439

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

Shades of Brass #BCB439

Tints of Brass #BCB439

Color information

#BCB439 (or 0xBCB439) is unknown color: approx Brass. HEX triplet: BC, B4 and 39. RGB value is (188,180,57). Sum of RGB (Red+Green+Blue) = 188+180+57=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB439 is #434BC6. Grayscale: #A8A8A8. Windows color (decimal): -4410311 or 3781820. OLE color: 3781820.

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

Color convert

RGB18818057-
CMYK00.040.700.26
HSL56.34º53.47%48.04%-
HSV(B)56.34º69.68%73.73%-
XYZ37.843.6310.3-
YUV168.3765.15142-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 180 (70.70% from 255) = 42.35%
BLUE value IS 57 (22.66% from 255) = 13.41%
R=44.24%
G=42.35%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881805700.040.700.2656.3453.4748.04
HexBCB43904461A383530
Octal274264710410632706560
Binary10111100101101001110010100100011011010111000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB439; }

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

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

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

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

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

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

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

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