#BBAF49

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

Shades of Brass #BBAF49

Tints of Brass #BBAF49

Color information

#BBAF49 (or 0xBBAF49) is unknown color: approx Brass. HEX triplet: BB, AF and 49. RGB value is (187,175,73). Sum of RGB (Red+Green+Blue) = 187+175+73=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF49 is #4450B6. Grayscale: #A7A7A7. Windows color (decimal): -4477111 or 4829115. OLE color: 4829115.

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

Color convert

RGB18717573-
CMYK00.060.610.27
HSL53.68º45.6%50.98%-
HSV(B)53.68º60.96%73.33%-
XYZ37.0341.7112.4-
YUV166.9674.98142.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.99%
GREEN value IS 175 (68.75% from 255) = 40.23%
BLUE value IS 73 (28.91% from 255) = 16.78%
R=42.99%
G=40.23%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871757300.060.610.2753.6845.650.98
HexBBAF49063D1B362e33
Octal273257111067533665663
Binary10111011101011111001001011011110111011110110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF49; }

 p { color: rgb(187,175,73); }

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

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

 a { background-color: rgb(187,175,73); }

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

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

 span { border-color: rgb(187,175,73); }

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