#BBB045

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

Shades of Brass #BBB045

Tints of Brass #BBB045

Color information

#BBB045 (or 0xBBB045) is unknown color: approx Brass. HEX triplet: BB, B0 and 45. RGB value is (187,176,69). Sum of RGB (Red+Green+Blue) = 187+176+69=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 69 (27.34% from 255 or 15.97% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB045 is #444FBA. Grayscale: #A7A7A7. Windows color (decimal): -4476859 or 4567227. OLE color: 4567227.

HSL color Cylindrical-coordinate representation of color #BBB045: hue angle of 54.41º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBB045 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18717669-
CMYK00.060.630.27
HSL54.41º46.46%50.2%-
HSV(B)54.41º63.1%73.33%-
XYZ37.0942.0511.79-
YUV167.0972.64142.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 176 (69.14% from 255) = 40.74%
BLUE value IS 69 (27.34% from 255) = 15.97%
R=43.29%
G=40.74%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871766900.060.630.2754.4146.4650.2
HexBBB045063F1B362e32
Octal273260105067733665662
Binary10111011101100001000101011011111111011110110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB045; }

 p { color: rgb(187,176,69); }

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

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

 a { background-color: rgb(187,176,69); }

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

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

 span { border-color: rgb(187,176,69); }

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