#BBB53D

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

Shades of Brass #BBB53D

Tints of Brass #BBB53D

Color information

#BBB53D (or 0xBBB53D) is unknown color: approx Brass. HEX triplet: BB, B5 and 3D. RGB value is (187,181,61). Sum of RGB (Red+Green+Blue) = 187+181+61=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB53D is #444AC2. Grayscale: #A9A9A9. Windows color (decimal): -4475587 or 4044219. OLE color: 4044219.

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

Color convert

RGB18718161-
CMYK00.030.670.27
HSL57.14º50.81%48.63%-
HSV(B)57.14º67.38%73.33%-
XYZ37.8643.9510.9-
YUV169.1166.99140.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 181 (71.09% from 255) = 42.19%
BLUE value IS 61 (24.22% from 255) = 14.22%
R=43.59%
G=42.19%
B=14.22%

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
Decimal1871816100.030.670.2757.1450.8148.63
HexBBB53D03431B393331
Octal273265750310333716361
Binary1011101110110101111101011100001111011111001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB53D; }

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

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

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

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

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

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

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

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