#B6AF34

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

Shades of Brass #B6AF34

Tints of Brass #B6AF34

Color information

#B6AF34 (or 0xB6AF34) is unknown color: approx Brass. HEX triplet: B6, AF and 34. RGB value is (182,175,52). Sum of RGB (Red+Green+Blue) = 182+175+52=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AF34 is #4950CB. Grayscale: #A3A3A3. Windows color (decimal): -4804812 or 3452854. OLE color: 3452854.

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

Color convert

RGB18217552-
CMYK00.040.710.29
HSL56.77º55.56%45.88%-
HSV(B)56.77º71.43%71.37%-
XYZ35.2440.859.28-
YUV163.0765.32141.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 175 (68.75% from 255) = 42.79%
BLUE value IS 52 (20.70% from 255) = 12.71%
R=44.50%
G=42.79%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821755200.040.710.2956.7755.5645.88
HexB6AF3404471D39382e
Octal266257640410735717056
Binary10110110101011111101000100100011111101111001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AF34; }

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

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

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

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

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

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

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

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