#BBA643

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

Shades of Brass #BBA643

Tints of Brass #BBA643

Color information

#BBA643 (or 0xBBA643) is unknown color: approx Brass. HEX triplet: BB, A6 and 43. RGB value is (187,166,67). Sum of RGB (Red+Green+Blue) = 187+166+67=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 67 (26.56% from 255 or 15.95% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA643 is #4459BC. Grayscale: #A1A1A1. Windows color (decimal): -4479421 or 4433595. OLE color: 4433595.

HSL color Cylindrical-coordinate representation of color #BBA643: hue angle of 49.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBA643 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB18716667-
CMYK00.110.640.27
HSL49.5º47.24%49.8%-
HSV(B)49.5º64.17%73.33%-
XYZ35.1438.2410.84-
YUV160.9974.96146.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 166 (65.23% from 255) = 39.52%
BLUE value IS 67 (26.56% from 255) = 15.95%
R=44.52%
G=39.52%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871666700.110.640.2749.547.2449.8
HexBBA6430B401B322f32
Octal27324610301310033625762
Binary1011101110100110100001101011100000011011110010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA643; }

 p { color: rgb(187,166,67); }

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

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

 a { background-color: rgb(187,166,67); }

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

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

 span { border-color: rgb(187,166,67); }

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