Html Css Color HEX #B9A64A Brass

📋 copy color: '#B9A64A'

red 185 ◦ green 166 ◦ blue 74

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

Shades of Brass #B9A64A

Tints of Brass #B9A64A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.06%

 BLUE value IS 74 (29.3% from 255) = 17.41%

R = 43.53%
G = 39.06%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9A64A (or 0xB9A64A) is known color: Brass. HEX triplet: B9, A6 and 4A. RGB value is (185,166,74). Sum of RGB (Red+Green+Blue) = 185+166+74=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A64A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A64A is #4659B5. Grayscale: #A1A1A1. Windows color (decimal): -4610486 or 4892345. OLE color: 4892345.

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

Color convert

RGB 185 166 74 -
CMYK 0 0.10 0.6 0.27
HSL 49.73º 0.44% 0.51% -
HSV(B) 49.73º 0.6% 0.73% -
XYZ 34.88 38.08 11.99 -
YUV 161.19 78.79 144.98 -
System Red Green Blue C M Y K H S L
Decimal 185 166 74 0 0.10 0.6 0.27 49.73 0.44 0.51
Hex B9 A6 4A 0 A 3C 1B 32 2C 33
Octal 271 246 112 0 12 74 33 62 54 63
Binary 10111001 10100110 1001010 0 1010 111100 11011 110010 101100 110011

Color Harmonies of #B9A64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A64A

Black with #B9A64A

Text Example


Text Example

White with #B9A64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A64A; }

 p { color: rgb(185,166,74); }

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

background-color css

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

 a { background-color: rgb(185,166,74); }

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

border-color css

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

 span { border-color: rgb(185,166,74); }

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