#BBB73A

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

Shades of Brass #BBB73A

Tints of Brass #BBB73A

Color information

#BBB73A (or 0xBBB73A) is unknown color: approx Brass. HEX triplet: BB, B7 and 3A. RGB value is (187,183,58). Sum of RGB (Red+Green+Blue) = 187+183+58=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB73A is #4448C5. Grayscale: #AAAAAA. Windows color (decimal): -4475078 or 3848123. OLE color: 3848123.

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

Color convert

RGB18718358-
CMYK00.020.690.27
HSL58.14º52.65%48.04%-
HSV(B)58.14º68.98%73.33%-
XYZ38.1944.7410.63-
YUV169.9564.83140.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.69%
GREEN value IS 183 (71.88% from 255) = 42.76%
BLUE value IS 58 (23.05% from 255) = 13.55%
R=43.69%
G=42.76%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871835800.020.690.2758.1452.6548.04
HexBBB73A02451B3a3530
Octal273267720210533726560
Binary1011101110110111111010010100010111011111010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB73A; }

 p { color: rgb(187,183,58); }

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

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

 a { background-color: rgb(187,183,58); }

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

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

 span { border-color: rgb(187,183,58); }

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