Html Css Color HEX #B1A849 Brass

📋 copy color: '#B1A849'

red 177 ◦ green 168 ◦ blue 73

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

Shades of Brass #B1A849

Tints of Brass #B1A849

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.19%

 BLUE value IS 73 (28.91% from 255) = 17.46%

R = 42.34%
G = 40.19%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B1A849 (or 0xB1A849) is known color: Brass. HEX triplet: B1, A8 and 49. RGB value is (177,168,73). Sum of RGB (Red+Green+Blue) = 177+168+73=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A849 is #4E57B6. Grayscale: #A0A0A0. Windows color (decimal): -5134263 or 4827313. OLE color: 4827313.

HSL color Cylindrical-coordinate representation of color #B1A849: hue angle of 54.81º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1A849 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 168 73 -
CMYK 0 0.05 0.59 0.31
HSL 54.81º 0.42% 0.49% -
HSV(B) 54.81º 0.59% 0.69% -
XYZ 33.34 37.83 11.85 -
YUV 159.86 78.98 140.22 -
System Red Green Blue C M Y K H S L
Decimal 177 168 73 0 0.05 0.59 0.31 54.81 0.42 0.49
Hex B1 A8 49 0 5 3B 1F 37 2A 31
Octal 261 250 111 0 5 73 37 67 52 61
Binary 10110001 10101000 1001001 0 101 111011 11111 110111 101010 110001

Color Harmonies of #B1A849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A849

Black with #B1A849

Text Example


Text Example

White with #B1A849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A849; }

 p { color: rgb(177,168,73); }

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

background-color css

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

 a { background-color: rgb(177,168,73); }

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

border-color css

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

 span { border-color: rgb(177,168,73); }

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