Html Css Color HEX #B2A046 Brass

📋 copy color: '#B2A046'

red 178 ◦ green 160 ◦ blue 70

#B2A046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #B2A046

Tints of Brass #B2A046

RGB

 RED value IS 178 (69.92% from 255) = 43.63%

 GREEN value IS 160 (62.89% from 255) = 39.22%

 BLUE value IS 70 (27.73% from 255) = 17.16%

R = 43.63%
G = 39.22%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B2A046 (or 0xB2A046) is known color: Brass. HEX triplet: B2, A0 and 46. RGB value is (178,160,70). Sum of RGB (Red+Green+Blue) = 178+160+70=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A046 is #4D5FB9. Grayscale: #9B9B9B. Windows color (decimal): -5070778 or 4628658. OLE color: 4628658.

HSL color Cylindrical-coordinate representation of color #B2A046: hue angle of 50º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2A046 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 160 70 -
CMYK 0 0.10 0.61 0.30
HSL 50º 0.44% 0.49% -
HSV(B) 50º 0.61% 0.7% -
XYZ 32.04 35.05 10.87 -
YUV 155.12 79.96 144.32 -
System Red Green Blue C M Y K H S L
Decimal 178 160 70 0 0.10 0.61 0.30 50 0.44 0.49
Hex B2 A0 46 0 A 3D 1E 32 2C 31
Octal 262 240 106 0 12 75 36 62 54 61
Binary 10110010 10100000 1000110 0 1010 111101 11110 110010 101100 110001

Color Harmonies of #B2A046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A046

Black with #B2A046

Text Example


Text Example

White with #B2A046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A046; }

 p { color: rgb(178,160,70); }

 H1.HeaderClassName
 {
   color: #B2A046;
 }
 .AnyTagClassName
 {
   color: #B2A046;
 }
</style>

background-color css

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

 a { background-color: rgb(178,160,70); }

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

border-color css

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

 span { border-color: rgb(178,160,70); }

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