Html Css Color HEX #B9A749 Brass

📋 copy color: '#B9A749'

red 185 ◦ green 167 ◦ blue 73

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

Shades of Brass #B9A749

Tints of Brass #B9A749

RGB

 RED value IS 185 (72.66% from 255) = 43.53%

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

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

R = 43.53%
G = 39.29%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B9A749 (or 0xB9A749) is known color: Brass. HEX triplet: B9, A7 and 49. RGB value is (185,167,73). Sum of RGB (Red+Green+Blue) = 185+167+73=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A749 is #4658B6. Grayscale: #A2A2A2. Windows color (decimal): -4610231 or 4827065. OLE color: 4827065.

HSL color Cylindrical-coordinate representation of color #B9A749: hue angle of 50.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9A749 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 167 73 -
CMYK 0 0.10 0.61 0.27
HSL 50.36º 0.44% 0.51% -
HSV(B) 50.36º 0.61% 0.73% -
XYZ 35.03 38.43 11.88 -
YUV 161.67 77.96 144.64 -
System Red Green Blue C M Y K H S L
Decimal 185 167 73 0 0.10 0.61 0.27 50.36 0.44 0.51
Hex B9 A7 49 0 A 3D 1B 32 2C 33
Octal 271 247 111 0 12 75 33 62 54 63
Binary 10111001 10100111 1001001 0 1010 111101 11011 110010 101100 110011

Color Harmonies of #B9A749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A749

Black with #B9A749

Text Example


Text Example

White with #B9A749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A749; }

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

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

background-color css

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

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

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

border-color css

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

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

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