Html Css Color HEX #B0AA41 Brass

📋 copy color: '#B0AA41'

red 176 ◦ green 170 ◦ blue 65

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

Shades of Brass #B0AA41

Tints of Brass #B0AA41

RGB

 RED value IS 176 (69.14% from 255) = 42.82%

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

 BLUE value IS 65 (25.78% from 255) = 15.82%

R = 42.82%
G = 41.36%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B0AA41 (or 0xB0AA41) is known color: Brass. HEX triplet: B0, AA and 41. RGB value is (176,170,65). Sum of RGB (Red+Green+Blue) = 176+170+65=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AA41 is #4F55BE. Grayscale: #A0A0A0. Windows color (decimal): -5199295 or 4303536. OLE color: 4303536.

HSL color Cylindrical-coordinate representation of color #B0AA41: hue angle of 56.76º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0AA41 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 170 65 -
CMYK 0 0.03 0.63 0.31
HSL 56.76º 0.46% 0.47% -
HSV(B) 56.76º 0.63% 0.69% -
XYZ 33.23 38.36 10.65 -
YUV 159.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 176 170 65 0 0.03 0.63 0.31 56.76 0.46 0.47
Hex B0 AA 41 0 3 3F 1F 39 2E 2F
Octal 260 252 101 0 3 77 37 71 56 57
Binary 10110000 10101010 1000001 0 11 111111 11111 111001 101110 101111

Color Harmonies of #B0AA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AA41

Black with #B0AA41

Text Example


Text Example

White with #B0AA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AA41; }

 p { color: rgb(176,170,65); }

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

background-color css

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

 a { background-color: rgb(176,170,65); }

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

border-color css

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

 span { border-color: rgb(176,170,65); }

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