#BBAD3E

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

Shades of Brass #BBAD3E

Tints of Brass #BBAD3E

Color information

#BBAD3E (or 0xBBAD3E) is unknown color: approx Brass. HEX triplet: BB, AD and 3E. RGB value is (187,173,62). Sum of RGB (Red+Green+Blue) = 187+173+62=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAD3E is #4452C1. Grayscale: #A4A4A4. Windows color (decimal): -4477634 or 4107707. OLE color: 4107707.

HSL color Cylindrical-coordinate representation of color #BBAD3E: hue angle of 53.28º 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 #BBAD3E is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18717362-
CMYK00.070.670.27
HSL53.28º50.2%48.82%-
HSV(B)53.28º66.84%73.33%-
XYZ36.3140.810.52-
YUV164.5370.14144.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.31%
GREEN value IS 173 (67.97% from 255) = 41.00%
BLUE value IS 62 (24.61% from 255) = 14.69%
R=44.31%
G=41.00%
B=14.69%

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
Decimal1871736200.070.670.2753.2850.248.82
HexBBAD3E07431B353231
Octal273255760710333656261
Binary10111011101011011111100111100001111011110101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD3E; }

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

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

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

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

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

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

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

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