Html Css Color HEX #B2A346 Brass

📋 copy color: '#B2A346'

red 178 ◦ green 163 ◦ blue 70

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

Shades of Brass #B2A346

Tints of Brass #B2A346

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.66%

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

R = 43.31%
G = 39.66%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B2A346 (or 0xB2A346) is known color: Brass. HEX triplet: B2, A3 and 46. RGB value is (178,163,70). Sum of RGB (Red+Green+Blue) = 178+163+70=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A346 is #4D5CB9. Grayscale: #9D9D9D. Windows color (decimal): -5070010 or 4629426. OLE color: 4629426.

HSL color Cylindrical-coordinate representation of color #B2A346: hue angle of 51.67º 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 #B2A346 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 163 70 -
CMYK 0 0.08 0.61 0.30
HSL 51.67º 0.44% 0.49% -
HSV(B) 51.67º 0.61% 0.7% -
XYZ 32.56 36.1 11.05 -
YUV 156.88 78.97 143.06 -
System Red Green Blue C M Y K H S L
Decimal 178 163 70 0 0.08 0.61 0.30 51.67 0.44 0.49
Hex B2 A3 46 0 8 3D 1E 34 2C 31
Octal 262 243 106 0 10 75 36 64 54 61
Binary 10110010 10100011 1000110 0 1000 111101 11110 110100 101100 110001

Color Harmonies of #B2A346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A346

Black with #B2A346

Text Example


Text Example

White with #B2A346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A346; }

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

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

background-color css

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

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

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

border-color css

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

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

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