#B2A934

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

Shades of Brass #B2A934

Tints of Brass #B2A934

Color information

#B2A934 (or 0xB2A934) is unknown color: approx Brass. HEX triplet: B2, A9 and 34. RGB value is (178,169,52). Sum of RGB (Red+Green+Blue) = 178+169+52=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A934 is #4D56CB. Grayscale: #9E9E9E. Windows color (decimal): -5068492 or 3451314. OLE color: 3451314.

HSL color Cylindrical-coordinate representation of color #B2A934: hue angle of 55.71º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2A934 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB17816952-
CMYK00.050.710.30
HSL55.71º54.78%45.1%-
HSV(B)55.71º70.79%69.8%-
XYZ33.1738.098.85-
YUV158.3567.98142.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.61%
GREEN value IS 169 (66.41% from 255) = 42.36%
BLUE value IS 52 (20.70% from 255) = 13.03%
R=44.61%
G=42.36%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781695200.050.710.3055.7154.7845.1
HexB2A93405471E38372d
Octal262251640510736706755
Binary10110010101010011101000101100011111110111000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A934; }

 p { color: rgb(178,169,52); }

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

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

 a { background-color: rgb(178,169,52); }

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

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

 span { border-color: rgb(178,169,52); }

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