Html Css Color HEX #B9AD4D Brass

📋 copy color: '#B9AD4D'

red 185 ◦ green 173 ◦ blue 77

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

Shades of Brass #B9AD4D

Tints of Brass #B9AD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.7%

R = 42.53%
G = 39.77%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9AD4D (or 0xB9AD4D) is known color: Brass. HEX triplet: B9, AD and 4D. RGB value is (185,173,77). Sum of RGB (Red+Green+Blue) = 185+173+77=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AD4D is #4652B2. Grayscale: #A6A6A6. Windows color (decimal): -4608691 or 5090745. OLE color: 5090745.

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

Color convert

RGB 185 173 77 -
CMYK 0 0.06 0.58 0.27
HSL 53.33º 0.44% 0.51% -
HSV(B) 53.33º 0.58% 0.73% -
XYZ 36.29 40.74 12.97 -
YUV 165.64 77.98 141.81 -
System Red Green Blue C M Y K H S L
Decimal 185 173 77 0 0.06 0.58 0.27 53.33 0.44 0.51
Hex B9 AD 4D 0 6 3A 1B 35 2C 33
Octal 271 255 115 0 6 72 33 65 54 63
Binary 10111001 10101101 1001101 0 110 111010 11011 110101 101100 110011

Color Harmonies of #B9AD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD4D

Black with #B9AD4D

Text Example


Text Example

White with #B9AD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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