#B6A03F

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

Shades of Brass #B6A03F

Tints of Brass #B6A03F

Color information

#B6A03F (or 0xB6A03F) is unknown color: approx Brass. HEX triplet: B6, A0 and 3F. RGB value is (182,160,63). Sum of RGB (Red+Green+Blue) = 182+160+63=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A03F is #495FC0. Grayscale: #9B9B9B. Windows color (decimal): -4808641 or 4169910. OLE color: 4169910.

HSL color Cylindrical-coordinate representation of color #B6A03F: hue angle of 48.91º 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 #B6A03F is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB18216063-
CMYK00.120.650.29
HSL48.91º48.57%48.04%-
HSV(B)48.91º65.38%71.37%-
XYZ32.7635.459.82-
YUV155.5275.79146.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.94%
GREEN value IS 160 (62.89% from 255) = 39.51%
BLUE value IS 63 (25% from 255) = 15.56%
R=44.94%
G=39.51%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821606300.120.650.2948.9148.5748.04
HexB6A03F0C411D313130
Octal2662407701410135616160
Binary101101101010000011111101100100000111101110001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A03F; }

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

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

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

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

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

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

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

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