#BBAF44

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

Shades of Brass #BBAF44

Tints of Brass #BBAF44

Color information

#BBAF44 (or 0xBBAF44) is unknown color: approx Brass. HEX triplet: BB, AF and 44. RGB value is (187,175,68). Sum of RGB (Red+Green+Blue) = 187+175+68=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 68 (26.95% from 255 or 15.81% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF44 is #4450BB. Grayscale: #A6A6A6. Windows color (decimal): -4477116 or 4501435. OLE color: 4501435.

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

Color convert

RGB18717568-
CMYK00.060.640.27
HSL53.95º46.67%50%-
HSV(B)53.95º63.64%73.33%-
XYZ36.8741.6411.56-
YUV166.3972.48142.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 175 (68.75% from 255) = 40.70%
BLUE value IS 68 (26.95% from 255) = 15.81%
R=43.49%
G=40.70%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871756800.060.640.2753.9546.6750
HexBBAF4406401B362f32
Octal2732571040610033665762
Binary101110111010111110001000110100000011011110110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF44; }

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

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

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

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

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

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

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

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