#BBB53E

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

Shades of Brass #BBB53E

Tints of Brass #BBB53E

Color information

#BBB53E (or 0xBBB53E) is unknown color: approx Brass. HEX triplet: BB, B5 and 3E. RGB value is (187,181,62). Sum of RGB (Red+Green+Blue) = 187+181+62=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB53E is #444AC1. Grayscale: #A9A9A9. Windows color (decimal): -4475586 or 4109755. OLE color: 4109755.

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

Color convert

RGB18718162-
CMYK00.030.670.27
HSL57.12º50.2%48.82%-
HSV(B)57.12º66.84%73.33%-
XYZ37.8943.9611.05-
YUV169.2367.49140.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 181 (71.09% from 255) = 42.09%
BLUE value IS 62 (24.61% from 255) = 14.42%
R=43.49%
G=42.09%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871816200.030.670.2757.1250.248.82
HexBBB53E03431B393231
Octal273265760310333716261
Binary1011101110110101111110011100001111011111001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB53E; }

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

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

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

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

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

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

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

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