Html Css Color HEX #B9AA3F Brass

📋 copy color: '#B9AA3F'

red 185 ◦ green 170 ◦ blue 63

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

Shades of Brass #B9AA3F

Tints of Brass #B9AA3F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.67%

 BLUE value IS 63 (25% from 255) = 15.07%

R = 44.26%
G = 40.67%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9AA3F (or 0xB9AA3F) is known color: Brass. HEX triplet: B9, AA and 3F. RGB value is (185,170,63). Sum of RGB (Red+Green+Blue) = 185+170+63=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AA3F is #4655C0. Grayscale: #A2A2A2. Windows color (decimal): -4609473 or 4172473. OLE color: 4172473.

HSL color Cylindrical-coordinate representation of color #B9AA3F: hue angle of 52.62º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9AA3F is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 170 63 -
CMYK 0 0.08 0.66 0.27
HSL 52.62º 0.49% 0.49% -
HSV(B) 52.62º 0.66% 0.73% -
XYZ 35.28 39.42 10.45 -
YUV 162.29 71.97 144.2 -
System Red Green Blue C M Y K H S L
Decimal 185 170 63 0 0.08 0.66 0.27 52.62 0.49 0.49
Hex B9 AA 3F 0 8 42 1B 35 31 31
Octal 271 252 77 0 10 102 33 65 61 61
Binary 10111001 10101010 111111 0 1000 1000010 11011 110101 110001 110001

Color Harmonies of #B9AA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA3F

Black with #B9AA3F

Text Example


Text Example

White with #B9AA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA3F; }

 p { color: rgb(185,170,63); }

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

background-color css

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

 a { background-color: rgb(185,170,63); }

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

border-color css

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

 span { border-color: rgb(185,170,63); }

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