Html Css Color HEX #B1AA42 Brass

📋 copy color: '#B1AA42'

red 177 ◦ green 170 ◦ blue 66

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

Shades of Brass #B1AA42

Tints of Brass #B1AA42

RGB

 RED value IS 177 (69.53% from 255) = 42.86%

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

 BLUE value IS 66 (26.17% from 255) = 15.98%

R = 42.86%
G = 41.16%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B1AA42 (or 0xB1AA42) is known color: Brass. HEX triplet: B1, AA and 42. RGB value is (177,170,66). Sum of RGB (Red+Green+Blue) = 177+170+66=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AA42 is #4E55BD. Grayscale: #A0A0A0. Windows color (decimal): -5133758 or 4369073. OLE color: 4369073.

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

Color convert

RGB 177 170 66 -
CMYK 0 0.04 0.63 0.31
HSL 56.22º 0.46% 0.48% -
HSV(B) 56.22º 0.63% 0.69% -
XYZ 33.49 38.49 10.82 -
YUV 160.24 74.82 139.96 -
System Red Green Blue C M Y K H S L
Decimal 177 170 66 0 0.04 0.63 0.31 56.22 0.46 0.48
Hex B1 AA 42 0 4 3F 1F 38 2E 30
Octal 261 252 102 0 4 77 37 70 56 60
Binary 10110001 10101010 1000010 0 100 111111 11111 111000 101110 110000

Color Harmonies of #B1AA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AA42

Black with #B1AA42

Text Example


Text Example

White with #B1AA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AA42; }

 p { color: rgb(177,170,66); }

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

background-color css

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

 a { background-color: rgb(177,170,66); }

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

border-color css

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

 span { border-color: rgb(177,170,66); }

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