#BBAF3F

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

Shades of Brass #BBAF3F

Tints of Brass #BBAF3F

Color information

#BBAF3F (or 0xBBAF3F) is unknown color: approx Brass. HEX triplet: BB, AF and 3F. RGB value is (187,175,63). Sum of RGB (Red+Green+Blue) = 187+175+63=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF3F is #4450C0. Grayscale: #A6A6A6. Windows color (decimal): -4477121 or 4173755. OLE color: 4173755.

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

Color convert

RGB18717563-
CMYK00.060.660.27
HSL54.19º49.6%49.02%-
HSV(B)54.19º66.31%73.33%-
XYZ36.7241.5810.79-
YUV165.8269.98143.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 175 (68.75% from 255) = 41.18%
BLUE value IS 63 (25% from 255) = 14.82%
R=44%
G=41.18%
B=14.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871756300.060.660.2754.1949.649.02
HexBBAF3F06421B363231
Octal273257770610233666261
Binary10111011101011111111110110100001011011110110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF3F; }

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

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

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

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

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

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

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

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