#B6AF3F

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

Shades of Brass #B6AF3F

Tints of Brass #B6AF3F

Color information

#B6AF3F (or 0xB6AF3F) is unknown color: approx Brass. HEX triplet: B6, AF and 3F. RGB value is (182,175,63). Sum of RGB (Red+Green+Blue) = 182+175+63=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AF3F is #4950C0. Grayscale: #A4A4A4. Windows color (decimal): -4804801 or 4173750. OLE color: 4173750.

HSL color Cylindrical-coordinate representation of color #B6AF3F: hue angle of 56.47º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B6AF3F is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB18217563-
CMYK00.040.650.29
HSL56.47º48.57%48.04%-
HSV(B)56.47º65.38%71.37%-
XYZ35.5240.9610.74-
YUV164.3270.82140.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.33%
GREEN value IS 175 (68.75% from 255) = 41.67%
BLUE value IS 63 (25% from 255) = 15%
R=43.33%
G=41.67%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821756300.040.650.2956.4748.5748.04
HexB6AF3F04411D383130
Octal266257770410135706160
Binary10110110101011111111110100100000111101111000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AF3F; }

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

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

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

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

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

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

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

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