#BBB53C

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

Shades of Brass #BBB53C

Tints of Brass #BBB53C

Color information

#BBB53C (or 0xBBB53C) is unknown color: approx Brass. HEX triplet: BB, B5 and 3C. RGB value is (187,181,60). Sum of RGB (Red+Green+Blue) = 187+181+60=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB53C is #444AC3. Grayscale: #A9A9A9. Windows color (decimal): -4475588 or 3978683. OLE color: 3978683.

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

Color convert

RGB18718160-
CMYK00.030.680.27
HSL57.17º51.42%48.43%-
HSV(B)57.17º67.91%73.33%-
XYZ37.8343.9410.76-
YUV16966.49140.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.69%
GREEN value IS 181 (71.09% from 255) = 42.29%
BLUE value IS 60 (23.83% from 255) = 14.02%
R=43.69%
G=42.29%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871816000.030.680.2757.1751.4248.43
HexBBB53C03441B393330
Octal273265740310433716360
Binary1011101110110101111100011100010011011111001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB53C; }

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

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

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

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

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

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

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

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