#B3B239

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

Shades of Brass #B3B239

Tints of Brass #B3B239

Color information

#B3B239 (or 0xB3B239) is unknown color: approx Brass. HEX triplet: B3, B2 and 39. RGB value is (179,178,57). Sum of RGB (Red+Green+Blue) = 179+178+57=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 57 (22.66% from 255 or 13.77% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3B239 is #4C4DC6. Grayscale: #A4A4A4. Windows color (decimal): -5000647 or 3781299. OLE color: 3781299.

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

Color convert

RGB17917857-
CMYK00.010.680.30
HSL59.51º51.69%46.27%-
HSV(B)59.51º68.16%70.2%-
XYZ35.2541.7210.07-
YUV164.567.33138.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.24%
GREEN value IS 178 (69.92% from 255) = 43.00%
BLUE value IS 57 (22.66% from 255) = 13.77%
R=43.24%
G=43.00%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791785700.010.680.3059.5151.6946.27
HexB3B23901441E3c342e
Octal263262710110436746456
Binary101100111011001011100101100010011110111100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B239; }

 p { color: rgb(179,178,57); }

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

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

 a { background-color: rgb(179,178,57); }

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

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

 span { border-color: rgb(179,178,57); }

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