#B2A338

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

Shades of Brass #B2A338

Tints of Brass #B2A338

Color information

#B2A338 (or 0xB2A338) is unknown color: approx Brass. HEX triplet: B2, A3 and 38. RGB value is (178,163,56). Sum of RGB (Red+Green+Blue) = 178+163+56=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A338 is #4D5CC7. Grayscale: #9B9B9B. Windows color (decimal): -5070024 or 3711922. OLE color: 3711922.

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

Color convert

RGB17816356-
CMYK00.080.690.30
HSL52.62º52.14%45.88%-
HSV(B)52.62º68.54%69.8%-
XYZ32.1735.948.98-
YUV155.2971.97144.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.84%
GREEN value IS 163 (64.06% from 255) = 41.06%
BLUE value IS 56 (22.27% from 255) = 14.11%
R=44.84%
G=41.06%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781635600.080.690.3052.6252.1445.88
HexB2A33808451E35342e
Octal2622437001010536656456
Binary101100101010001111100001000100010111110110101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A338; }

 p { color: rgb(178,163,56); }

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

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

 a { background-color: rgb(178,163,56); }

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

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

 span { border-color: rgb(178,163,56); }

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