#B6B03B

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

Shades of Brass #B6B03B

Tints of Brass #B6B03B

Color information

#B6B03B (or 0xB6B03B) is unknown color: approx Brass. HEX triplet: B6, B0 and 3B. RGB value is (182,176,59). Sum of RGB (Red+Green+Blue) = 182+176+59=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 59 (23.44% from 255 or 14.15% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B03B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6B03B is #494FC4. Grayscale: #A4A4A4. Windows color (decimal): -4804549 or 3911862. OLE color: 3911862.

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

Color convert

RGB18217659-
CMYK00.030.680.29
HSL57.07º51.04%47.25%-
HSV(B)57.07º67.58%71.37%-
XYZ35.6141.3110.23-
YUV164.4668.49140.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 176 (69.14% from 255) = 42.21%
BLUE value IS 59 (23.44% from 255) = 14.15%
R=43.65%
G=42.21%
B=14.15%

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
Decimal1821765900.030.680.2957.0751.0447.25
HexB6B03B03441D39332f
Octal266260730310435716357
Binary1011011010110000111011011100010011101111001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B03B; }

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

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

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

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

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

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

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

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