Html Css Color HEX #B1A749 Brass

📋 copy color: '#B1A749'

red 177 ◦ green 167 ◦ blue 73

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

Shades of Brass #B1A749

Tints of Brass #B1A749

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.05%

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

R = 42.45%
G = 40.05%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B1A749 (or 0xB1A749) is known color: Brass. HEX triplet: B1, A7 and 49. RGB value is (177,167,73). Sum of RGB (Red+Green+Blue) = 177+167+73=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A749 is #4E58B6. Grayscale: #9F9F9F. Windows color (decimal): -5134519 or 4827057. OLE color: 4827057.

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

Color convert

RGB 177 167 73 -
CMYK 0 0.06 0.59 0.31
HSL 54.23º 0.42% 0.49% -
HSV(B) 54.23º 0.59% 0.69% -
XYZ 33.15 37.47 11.79 -
YUV 159.27 79.31 140.64 -
System Red Green Blue C M Y K H S L
Decimal 177 167 73 0 0.06 0.59 0.31 54.23 0.42 0.49
Hex B1 A7 49 0 6 3B 1F 36 2A 31
Octal 261 247 111 0 6 73 37 66 52 61
Binary 10110001 10100111 1001001 0 110 111011 11111 110110 101010 110001

Color Harmonies of #B1A749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A749

Black with #B1A749

Text Example


Text Example

White with #B1A749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A749; }

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

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

background-color css

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

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

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

border-color css

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

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

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