#B3B13D

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

Shades of Brass #B3B13D

Tints of Brass #B3B13D

Color information

#B3B13D (or 0xB3B13D) is unknown color: approx Brass. HEX triplet: B3, B1 and 3D. RGB value is (179,177,61). Sum of RGB (Red+Green+Blue) = 179+177+61=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3B13D is #4C4EC2. Grayscale: #A4A4A4. Windows color (decimal): -5000899 or 4043187. OLE color: 4043187.

HSL color Cylindrical-coordinate representation of color #B3B13D: hue angle of 58.98º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3B13D is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB17917761-
CMYK00.010.660.30
HSL58.98º49.17%47.06%-
HSV(B)58.98º65.92%70.2%-
XYZ35.1541.3610.55-
YUV164.3769.66138.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.93%
GREEN value IS 177 (69.53% from 255) = 42.45%
BLUE value IS 61 (24.22% from 255) = 14.63%
R=42.93%
G=42.45%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791776100.010.660.3058.9849.1747.06
HexB3B13D01421E3b312f
Octal263261750110236736157
Binary101100111011000111110101100001011110111011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B13D; }

 p { color: rgb(179,177,61); }

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

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

 a { background-color: rgb(179,177,61); }

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

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

 span { border-color: rgb(179,177,61); }

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