#BAAF4B

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

Shades of Brass #BAAF4B

Tints of Brass #BAAF4B

Color information

#BAAF4B (or 0xBAAF4B) is unknown color: approx Brass. HEX triplet: BA, AF and 4B. RGB value is (186,175,75). Sum of RGB (Red+Green+Blue) = 186+175+75=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAF4B is #4550B4. Grayscale: #A7A7A7. Windows color (decimal): -4542645 or 4960186. OLE color: 4960186.

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

Color convert

RGB18617575-
CMYK00.060.600.27
HSL54.05º44.58%51.18%-
HSV(B)54.05º59.68%72.94%-
XYZ36.8541.6112.75-
YUV166.8976.14141.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 175 (68.75% from 255) = 40.14%
BLUE value IS 75 (29.69% from 255) = 17.20%
R=42.66%
G=40.14%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861757500.060.600.2754.0544.5851.18
HexBAAF4B063C1B362d33
Octal272257113067433665563
Binary10111010101011111001011011011110011011110110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF4B; }

 p { color: rgb(186,175,75); }

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

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

 a { background-color: rgb(186,175,75); }

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

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

 span { border-color: rgb(186,175,75); }

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