#BBB73B

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

Shades of Brass #BBB73B

Tints of Brass #BBB73B

Color information

#BBB73B (or 0xBBB73B) is unknown color: approx Brass. HEX triplet: BB, B7 and 3B. RGB value is (187,183,59). Sum of RGB (Red+Green+Blue) = 187+183+59=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB73B is #4448C4. Grayscale: #AAAAAA. Windows color (decimal): -4475077 or 3913659. OLE color: 3913659.

HSL color Cylindrical-coordinate representation of color #BBB73B: hue angle of 58.12º degrees, saturation: 0.52, 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 #BBB73B is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18718359-
CMYK00.020.680.27
HSL58.12º52.03%48.24%-
HSV(B)58.12º68.45%73.33%-
XYZ38.2244.7510.76-
YUV170.0665.33140.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 183 (71.88% from 255) = 42.66%
BLUE value IS 59 (23.44% from 255) = 13.75%
R=43.59%
G=42.66%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871835900.020.680.2758.1252.0348.24
HexBBB73B02441B3a3430
Octal273267730210433726460
Binary1011101110110111111011010100010011011111010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB73B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB73B; }

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

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

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

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

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

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

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

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