#B6B13A

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

Shades of Brass #B6B13A

Tints of Brass #B6B13A

Color information

#B6B13A (or 0xB6B13A) is unknown color: approx Brass. HEX triplet: B6, B1 and 3A. RGB value is (182,177,58). Sum of RGB (Red+Green+Blue) = 182+177+58=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6B13A is #494EC5. Grayscale: #A5A5A5. Windows color (decimal): -4804294 or 3846582. OLE color: 3846582.

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

Color convert

RGB18217758-
CMYK00.030.680.29
HSL57.58º51.67%47.06%-
HSV(B)57.58º68.13%71.37%-
XYZ35.7841.6910.17-
YUV164.9367.66140.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 177 (69.53% from 255) = 42.45%
BLUE value IS 58 (23.05% from 255) = 13.91%
R=43.65%
G=42.45%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821775800.030.680.2957.5851.6747.06
HexB6B13A03441D3a342f
Octal266261720310435726457
Binary1011011010110001111010011100010011101111010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B13A; }

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

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

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

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

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

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

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

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