Html Css Color HEX #B1A144 Brass

📋 copy color: '#B1A144'

red 177 ◦ green 161 ◦ blue 68

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

Shades of Brass #B1A144

Tints of Brass #B1A144

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.66%

 BLUE value IS 68 (26.95% from 255) = 16.75%

R = 43.6%
G = 39.66%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B1A144 (or 0xB1A144) is known color: Brass. HEX triplet: B1, A1 and 44. RGB value is (177,161,68). Sum of RGB (Red+Green+Blue) = 177+161+68=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A144 is #4E5EBB. Grayscale: #9B9B9B. Windows color (decimal): -5136060 or 4497841. OLE color: 4497841.

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

Color convert

RGB 177 161 68 -
CMYK 0 0.09 0.62 0.31
HSL 51.19º 0.44% 0.48% -
HSV(B) 51.19º 0.62% 0.69% -
XYZ 31.92 35.25 10.59 -
YUV 155.18 78.8 143.56 -
System Red Green Blue C M Y K H S L
Decimal 177 161 68 0 0.09 0.62 0.31 51.19 0.44 0.48
Hex B1 A1 44 0 9 3E 1F 33 2C 30
Octal 261 241 104 0 11 76 37 63 54 60
Binary 10110001 10100001 1000100 0 1001 111110 11111 110011 101100 110000

Color Harmonies of #B1A144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A144

Black with #B1A144

Text Example


Text Example

White with #B1A144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A144; }

 p { color: rgb(177,161,68); }

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

background-color css

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

 a { background-color: rgb(177,161,68); }

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

border-color css

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

 span { border-color: rgb(177,161,68); }

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