#B6B03E

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

Shades of Brass #B6B03E

Tints of Brass #B6B03E

Color information

#B6B03E (or 0xB6B03E) is unknown color: approx Brass. HEX triplet: B6, B0 and 3E. RGB value is (182,176,62). Sum of RGB (Red+Green+Blue) = 182+176+62=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 62 (24.61% from 255 or 14.76% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6B03E is #494FC1. Grayscale: #A5A5A5. Windows color (decimal): -4804546 or 4108470. OLE color: 4108470.

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

Color convert

RGB18217662-
CMYK00.030.660.29
HSL57º49.18%47.84%-
HSV(B)57º65.93%71.37%-
XYZ35.6941.3410.66-
YUV164.869.99140.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.33%
GREEN value IS 176 (69.14% from 255) = 41.90%
BLUE value IS 62 (24.61% from 255) = 14.76%
R=43.33%
G=41.90%
B=14.76%

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
Decimal1821766200.030.660.295749.1847.84
HexB6B03E03421D393130
Octal266260760310235716160
Binary1011011010110000111110011100001011101111001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B03E; }

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

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

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

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

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

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

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

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