Html Css Color HEX #B1A046 Brass

📋 copy color: '#B1A046'

red 177 ◦ green 160 ◦ blue 70

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

Shades of Brass #B1A046

Tints of Brass #B1A046

RGB

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

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

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

R = 43.49%
G = 39.31%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B1A046 (or 0xB1A046) is known color: Brass. HEX triplet: B1, A0 and 46. RGB value is (177,160,70). Sum of RGB (Red+Green+Blue) = 177+160+70=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A046 is #4E5FB9. Grayscale: #9B9B9B. Windows color (decimal): -5136314 or 4628657. OLE color: 4628657.

HSL color Cylindrical-coordinate representation of color #B1A046: hue angle of 50.47º 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 #B1A046 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 160 70 -
CMYK 0 0.10 0.60 0.31
HSL 50.47º 0.43% 0.48% -
HSV(B) 50.47º 0.6% 0.69% -
XYZ 31.81 34.93 10.86 -
YUV 154.82 80.13 143.82 -
System Red Green Blue C M Y K H S L
Decimal 177 160 70 0 0.10 0.60 0.31 50.47 0.43 0.48
Hex B1 A0 46 0 A 3C 1F 32 2B 30
Octal 261 240 106 0 12 74 37 62 53 60
Binary 10110001 10100000 1000110 0 1010 111100 11111 110010 101011 110000

Color Harmonies of #B1A046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A046

Black with #B1A046

Text Example


Text Example

White with #B1A046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A046; }

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

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

background-color css

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

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

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

border-color css

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

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

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