Html Css Color HEX #B9AD40 Brass

📋 copy color: '#B9AD40'

red 185 ◦ green 173 ◦ blue 64

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

Shades of Brass #B9AD40

Tints of Brass #B9AD40

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41%

 BLUE value IS 64 (25.39% from 255) = 15.17%

R = 43.84%
G = 41%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B9AD40 (or 0xB9AD40) is known color: Brass. HEX triplet: B9, AD and 40. RGB value is (185,173,64). Sum of RGB (Red+Green+Blue) = 185+173+64=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AD40 is #4652BF. Grayscale: #A4A4A4. Windows color (decimal): -4608704 or 4238777. OLE color: 4238777.

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

Color convert

RGB 185 173 64 -
CMYK 0 0.06 0.65 0.27
HSL 54.05º 0.49% 0.49% -
HSV(B) 54.05º 0.65% 0.73% -
XYZ 35.88 40.57 10.79 -
YUV 164.16 71.48 142.86 -
System Red Green Blue C M Y K H S L
Decimal 185 173 64 0 0.06 0.65 0.27 54.05 0.49 0.49
Hex B9 AD 40 0 6 41 1B 36 31 31
Octal 271 255 100 0 6 101 33 66 61 61
Binary 10111001 10101101 1000000 0 110 1000001 11011 110110 110001 110001

Color Harmonies of #B9AD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD40

Black with #B9AD40

Text Example


Text Example

White with #B9AD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD40; }

 p { color: rgb(185,173,64); }

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

background-color css

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

 a { background-color: rgb(185,173,64); }

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

border-color css

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

 span { border-color: rgb(185,173,64); }

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