#BBAE48

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

Shades of Brass #BBAE48

Tints of Brass #BBAE48

Color information

#BBAE48 (or 0xBBAE48) is unknown color: approx Brass. HEX triplet: BB, AE and 48. RGB value is (187,174,72). Sum of RGB (Red+Green+Blue) = 187+174+72=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE48 is #4451B7. Grayscale: #A6A6A6. Windows color (decimal): -4477368 or 4763323. OLE color: 4763323.

HSL color Cylindrical-coordinate representation of color #BBAE48: hue angle of 53.22º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBAE48 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18717472-
CMYK00.070.610.27
HSL53.22º45.82%50.78%-
HSV(B)53.22º61.5%73.33%-
XYZ36.841.312.16-
YUV166.2674.81142.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 174 (68.36% from 255) = 40.18%
BLUE value IS 72 (28.52% from 255) = 16.63%
R=43.19%
G=40.18%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871747200.070.610.2753.2245.8250.78
HexBBAE48073D1B352e33
Octal273256110077533655663
Binary10111011101011101001000011111110111011110101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE48; }

 p { color: rgb(187,174,72); }

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

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

 a { background-color: rgb(187,174,72); }

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

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

 span { border-color: rgb(187,174,72); }

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