#B3B533

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

Shades of Brass #B3B533

Tints of Brass #B3B533

Color information

#B3B533 (or 0xB3B533) is unknown color: approx Brass. HEX triplet: B3, B5 and 33. RGB value is (179,181,51). Sum of RGB (Red+Green+Blue) = 179+181+51=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 181 - color contains mainly: green. Hex color #B3B533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B533 is #4C4ACC. Grayscale: #A6A6A6. Windows color (decimal): -4999885 or 3388851. OLE color: 3388851.

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

Color convert

RGB17918151-
CMYK0.0100.720.29
HSL60.92º56.03%45.49%-
HSV(B)60.92º71.82%70.98%-
XYZ35.7142.879.52-
YUV165.5863.34137.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.55%
GREEN value IS 181 (71.09% from 255) = 44.04%
BLUE value IS 51 (20.31% from 255) = 12.41%
R=43.55%
G=44.04%
B=12.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179181510.0100.720.2960.9256.0345.49
HexB3B53310481D3d382d
Octal263265631011035757055
Binary101100111011010111001110100100011101111101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B533; }

 p { color: rgb(179,181,51); }

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

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

 a { background-color: rgb(179,181,51); }

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

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

 span { border-color: rgb(179,181,51); }

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