#B6B13E

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

Shades of Brass #B6B13E

Tints of Brass #B6B13E

Color information

#B6B13E (or 0xB6B13E) is unknown color: approx Brass. HEX triplet: B6, B1 and 3E. RGB value is (182,177,62). Sum of RGB (Red+Green+Blue) = 182+177+62=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 62 (24.61% from 255 or 14.73% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6B13E is #494EC1. Grayscale: #A5A5A5. Windows color (decimal): -4804290 or 4108726. OLE color: 4108726.

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

Color convert

RGB18217762-
CMYK00.030.660.29
HSL57.5º49.18%47.84%-
HSV(B)57.5º65.93%71.37%-
XYZ35.8841.7410.72-
YUV165.3969.66139.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.23%
GREEN value IS 177 (69.53% from 255) = 42.04%
BLUE value IS 62 (24.61% from 255) = 14.73%
R=43.23%
G=42.04%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821776200.030.660.2957.549.1847.84
HexB6B13E03421D3a3130
Octal266261760310235726160
Binary1011011010110001111110011100001011101111010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B13E; }

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

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

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

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

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

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

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

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