Html Css Color HEX #B1A446 Brass

📋 copy color: '#B1A446'

red 177 ◦ green 164 ◦ blue 70

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

Shades of Brass #B1A446

Tints of Brass #B1A446

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.9%

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

R = 43.07%
G = 39.9%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B1A446 (or 0xB1A446) is known color: Brass. HEX triplet: B1, A4 and 46. RGB value is (177,164,70). Sum of RGB (Red+Green+Blue) = 177+164+70=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A446 is #4E5BB9. Grayscale: #9D9D9D. Windows color (decimal): -5135290 or 4629681. OLE color: 4629681.

HSL color Cylindrical-coordinate representation of color #B1A446: hue angle of 52.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1A446 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 164 70 -
CMYK 0 0.07 0.60 0.31
HSL 52.71º 0.43% 0.48% -
HSV(B) 52.71º 0.6% 0.69% -
XYZ 32.51 36.34 11.1 -
YUV 157.17 78.81 142.14 -
System Red Green Blue C M Y K H S L
Decimal 177 164 70 0 0.07 0.60 0.31 52.71 0.43 0.48
Hex B1 A4 46 0 7 3C 1F 35 2B 30
Octal 261 244 106 0 7 74 37 65 53 60
Binary 10110001 10100100 1000110 0 111 111100 11111 110101 101011 110000

Color Harmonies of #B1A446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A446

Black with #B1A446

Text Example


Text Example

White with #B1A446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A446; }

 p { color: rgb(177,164,70); }

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

background-color css

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

 a { background-color: rgb(177,164,70); }

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

border-color css

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

 span { border-color: rgb(177,164,70); }

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