#BBAE3E

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

Shades of Brass #BBAE3E

Tints of Brass #BBAE3E

Color information

#BBAE3E (or 0xBBAE3E) is unknown color: approx Brass. HEX triplet: BB, AE and 3E. RGB value is (187,174,62). Sum of RGB (Red+Green+Blue) = 187+174+62=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 62 (24.61% from 255 or 14.66% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE3E is #4451C1. Grayscale: #A5A5A5. Windows color (decimal): -4477378 or 4107963. OLE color: 4107963.

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

Color convert

RGB18717462-
CMYK00.070.670.27
HSL53.76º50.2%48.82%-
HSV(B)53.76º66.84%73.33%-
XYZ36.541.1810.58-
YUV165.1269.81143.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 174 (68.36% from 255) = 41.13%
BLUE value IS 62 (24.61% from 255) = 14.66%
R=44.21%
G=41.13%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871746200.070.670.2753.7650.248.82
HexBBAE3E07431B363231
Octal273256760710333666261
Binary10111011101011101111100111100001111011110110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE3E; }

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

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

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

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

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

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

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

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