#B6AD3A

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

Shades of Brass #B6AD3A

Tints of Brass #B6AD3A

Color information

#B6AD3A (or 0xB6AD3A) is unknown color: approx Brass. HEX triplet: B6, AD and 3A. RGB value is (182,173,58). Sum of RGB (Red+Green+Blue) = 182+173+58=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 58 (23.05% from 255 or 14.04% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AD3A is #4952C5. Grayscale: #A3A3A3. Windows color (decimal): -4805318 or 3845558. OLE color: 3845558.

HSL color Cylindrical-coordinate representation of color #B6AD3A: hue angle of 55.65º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B6AD3A is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB18217358-
CMYK00.050.680.29
HSL55.65º51.67%47.06%-
HSV(B)55.65º68.13%71.37%-
XYZ3540.149.91-
YUV162.5868.98141.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.07%
GREEN value IS 173 (67.97% from 255) = 41.89%
BLUE value IS 58 (23.05% from 255) = 14.04%
R=44.07%
G=41.89%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821735800.050.680.2955.6551.6747.06
HexB6AD3A05441D38342f
Octal266255720510435706457
Binary10110110101011011110100101100010011101111000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AD3A; }

 p { color: rgb(182,173,58); }

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

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

 a { background-color: rgb(182,173,58); }

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

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

 span { border-color: rgb(182,173,58); }

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