#B2B341

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

Shades of Brass #B2B341

Tints of Brass #B2B341

Color information

#B2B341 (or 0xB2B341) is unknown color: approx Brass. HEX triplet: B2, B3 and 41. RGB value is (178,179,65). Sum of RGB (Red+Green+Blue) = 178+179+65=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B341 is #4D4CBE. Grayscale: #A6A6A6. Windows color (decimal): -5065919 or 4305842. OLE color: 4305842.

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

Color convert

RGB17817965-
CMYK0.0100.640.30
HSL60.53º46.72%47.84%-
HSV(B)60.53º63.69%70.2%-
XYZ35.4342.0911.26-
YUV165.771.17136.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.18%
GREEN value IS 179 (70.31% from 255) = 42.42%
BLUE value IS 65 (25.78% from 255) = 15.40%
R=42.18%
G=42.42%
B=15.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178179650.0100.640.3060.5346.7247.84
HexB2B34110401E3d2f30
Octal2622631011010036755760
Binary1011001010110011100000110100000011110111101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B341; }

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

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

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

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

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

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

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

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