Html Css Color HEX #B2A036 Brass

📋 copy color: '#B2A036'

red 178 ◦ green 160 ◦ blue 54

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

Shades of Brass #B2A036

Tints of Brass #B2A036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.78%

R = 45.41%
G = 40.82%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B2A036 (or 0xB2A036) is known color: Brass. HEX triplet: B2, A0 and 36. RGB value is (178,160,54). Sum of RGB (Red+Green+Blue) = 178+160+54=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A036 is #4D5FC9. Grayscale: #999999. Windows color (decimal): -5070794 or 3580082. OLE color: 3580082.

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

Color convert

RGB 178 160 54 -
CMYK 0 0.10 0.70 0.30
HSL 51.29º 0.53% 0.45% -
HSV(B) 51.29º 0.7% 0.7% -
XYZ 31.6 34.87 8.56 -
YUV 153.3 71.96 145.62 -
System Red Green Blue C M Y K H S L
Decimal 178 160 54 0 0.10 0.70 0.30 51.29 0.53 0.45
Hex B2 A0 36 0 A 46 1E 33 35 2D
Octal 262 240 66 0 12 106 36 63 65 55
Binary 10110010 10100000 110110 0 1010 1000110 11110 110011 110101 101101

Color Harmonies of #B2A036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A036

Black with #B2A036

Text Example


Text Example

White with #B2A036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A036; }

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

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

background-color css

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

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

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

border-color css

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

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

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