Html Css Color HEX #B1A946 Brass

📋 copy color: '#B1A946'

red 177 ◦ green 169 ◦ blue 70

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

Shades of Brass #B1A946

Tints of Brass #B1A946

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.63%

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

R = 42.55%
G = 40.63%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B1A946 (or 0xB1A946) is known color: Brass. HEX triplet: B1, A9 and 46. RGB value is (177,169,70). Sum of RGB (Red+Green+Blue) = 177+169+70=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A946 is #4E56B9. Grayscale: #A0A0A0. Windows color (decimal): -5134010 or 4630961. OLE color: 4630961.

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

Color convert

RGB 177 169 70 -
CMYK 0 0.05 0.60 0.31
HSL 55.51º 0.43% 0.48% -
HSV(B) 55.51º 0.6% 0.69% -
XYZ 33.42 38.17 11.4 -
YUV 160.11 77.15 140.05 -
System Red Green Blue C M Y K H S L
Decimal 177 169 70 0 0.05 0.60 0.31 55.51 0.43 0.48
Hex B1 A9 46 0 5 3C 1F 38 2B 30
Octal 261 251 106 0 5 74 37 70 53 60
Binary 10110001 10101001 1000110 0 101 111100 11111 111000 101011 110000

Color Harmonies of #B1A946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A946

Black with #B1A946

Text Example


Text Example

White with #B1A946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A946; }

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

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

background-color css

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

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

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

border-color css

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

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

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