Html Css Color HEX #B2AA3C Brass

📋 copy color: '#B2AA3C'

red 178 ◦ green 170 ◦ blue 60

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

Shades of Brass #B2AA3C

Tints of Brass #B2AA3C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.67%

 BLUE value IS 60 (23.83% from 255) = 14.71%

R = 43.63%
G = 41.67%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2AA3C (or 0xB2AA3C) is known color: Brass. HEX triplet: B2, AA and 3C. RGB value is (178,170,60). Sum of RGB (Red+Green+Blue) = 178+170+60=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AA3C is #4D55C3. Grayscale: #A0A0A0. Windows color (decimal): -5068228 or 3975858. OLE color: 3975858.

HSL color Cylindrical-coordinate representation of color #B2AA3C: hue angle of 55.93º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2AA3C is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 170 60 -
CMYK 0 0.04 0.66 0.30
HSL 55.93º 0.5% 0.47% -
HSV(B) 55.93º 0.66% 0.7% -
XYZ 33.55 38.54 9.95 -
YUV 159.85 71.65 140.94 -
System Red Green Blue C M Y K H S L
Decimal 178 170 60 0 0.04 0.66 0.30 55.93 0.5 0.47
Hex B2 AA 3C 0 4 42 1E 38 32 2F
Octal 262 252 74 0 4 102 36 70 62 57
Binary 10110010 10101010 111100 0 100 1000010 11110 111000 110010 101111

Color Harmonies of #B2AA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AA3C

Black with #B2AA3C

Text Example


Text Example

White with #B2AA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AA3C; }

 p { color: rgb(178,170,60); }

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

background-color css

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

 a { background-color: rgb(178,170,60); }

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

border-color css

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

 span { border-color: rgb(178,170,60); }

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