#B6B03F

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

Shades of Brass #B6B03F

Tints of Brass #B6B03F

Color information

#B6B03F (or 0xB6B03F) is unknown color: approx Brass. HEX triplet: B6, B0 and 3F. RGB value is (182,176,63). Sum of RGB (Red+Green+Blue) = 182+176+63=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 63 (25% from 255 or 14.96% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6B03F is #494FC0. Grayscale: #A5A5A5. Windows color (decimal): -4804545 or 4174006. OLE color: 4174006.

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

Color convert

RGB18217663-
CMYK00.030.650.29
HSL56.97º48.57%48.04%-
HSV(B)56.97º65.38%71.37%-
XYZ35.7141.3510.8-
YUV164.9170.49140.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.23%
GREEN value IS 176 (69.14% from 255) = 41.81%
BLUE value IS 63 (25% from 255) = 14.96%
R=43.23%
G=41.81%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821766300.030.650.2956.9748.5748.04
HexB6B03F03411D393130
Octal266260770310135716160
Binary1011011010110000111111011100000111101111001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B03F; }

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

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

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

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

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

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

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

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