Html Css Color HEX #B9A145 Brass

📋 copy color: '#B9A145'

red 185 ◦ green 161 ◦ blue 69

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

Shades of Brass #B9A145

Tints of Brass #B9A145

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.8%

 BLUE value IS 69 (27.34% from 255) = 16.63%

R = 44.58%
G = 38.8%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B9A145 (or 0xB9A145) is known color: Brass. HEX triplet: B9, A1 and 45. RGB value is (185,161,69). Sum of RGB (Red+Green+Blue) = 185+161+69=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A145 is #465EBA. Grayscale: #9E9E9E. Windows color (decimal): -4611771 or 4563385. OLE color: 4563385.

HSL color Cylindrical-coordinate representation of color #B9A145: hue angle of 47.59º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9A145 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 161 69 -
CMYK 0 0.13 0.63 0.27
HSL 47.59º 0.46% 0.5% -
HSV(B) 47.59º 0.63% 0.73% -
XYZ 33.83 36.23 10.84 -
YUV 157.69 77.95 147.48 -
System Red Green Blue C M Y K H S L
Decimal 185 161 69 0 0.13 0.63 0.27 47.59 0.46 0.5
Hex B9 A1 45 0 D 3F 1B 30 2E 32
Octal 271 241 105 0 15 77 33 60 56 62
Binary 10111001 10100001 1000101 0 1101 111111 11011 110000 101110 110010

Color Harmonies of #B9A145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A145

Black with #B9A145

Text Example


Text Example

White with #B9A145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A145; }

 p { color: rgb(185,161,69); }

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

background-color css

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

 a { background-color: rgb(185,161,69); }

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

border-color css

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

 span { border-color: rgb(185,161,69); }

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