#B3B436

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

Shades of Brass #B3B436

Tints of Brass #B3B436

Color information

#B3B436 (or 0xB3B436) is unknown color: approx Brass. HEX triplet: B3, B4 and 36. RGB value is (179,180,54). Sum of RGB (Red+Green+Blue) = 179+180+54=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 54 (21.48% from 255 or 13.08% from 413); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B436 is #4C4BC9. Grayscale: #A5A5A5. Windows color (decimal): -5000138 or 3585203. OLE color: 3585203.

HSL color Cylindrical-coordinate representation of color #B3B436: hue angle of 60.48º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B3B436 is Cyan = 0.01, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.29.

Color convert

RGB17918054-
CMYK0.0100.70.29
HSL60.48º53.85%45.88%-
HSV(B)60.48º70%70.59%-
XYZ35.5842.499.82-
YUV165.3465.17137.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 180 (70.70% from 255) = 43.58%
BLUE value IS 54 (21.48% from 255) = 13.08%
R=43.34%
G=43.58%
B=13.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179180540.0100.70.2960.4853.8545.88
HexB3B43610461D3c362e
Octal263264661010635746656
Binary101100111011010011011010100011011101111100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B436; }

 p { color: rgb(179,180,54); }

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

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

 a { background-color: rgb(179,180,54); }

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

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

 span { border-color: rgb(179,180,54); }

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