Html Css Color HEX #B9AD45 Brass

📋 copy color: '#B9AD45'

red 185 ◦ green 173 ◦ blue 69

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

Shades of Brass #B9AD45

Tints of Brass #B9AD45

RGB

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

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

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

R = 43.33%
G = 40.52%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B9AD45 (or 0xB9AD45) is known color: Brass. HEX triplet: B9, AD and 45. RGB value is (185,173,69). Sum of RGB (Red+Green+Blue) = 185+173+69=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AD45 is #4652BA. Grayscale: #A5A5A5. Windows color (decimal): -4608699 or 4566457. OLE color: 4566457.

HSL color Cylindrical-coordinate representation of color #B9AD45: hue angle of 53.79º 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 #B9AD45 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 173 69 -
CMYK 0 0.06 0.63 0.27
HSL 53.79º 0.46% 0.5% -
HSV(B) 53.79º 0.63% 0.73% -
XYZ 36.03 40.63 11.57 -
YUV 164.73 73.98 142.46 -
System Red Green Blue C M Y K H S L
Decimal 185 173 69 0 0.06 0.63 0.27 53.79 0.46 0.5
Hex B9 AD 45 0 6 3F 1B 36 2E 32
Octal 271 255 105 0 6 77 33 66 56 62
Binary 10111001 10101101 1000101 0 110 111111 11011 110110 101110 110010

Color Harmonies of #B9AD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD45

Black with #B9AD45

Text Example


Text Example

White with #B9AD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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