Html Css Color HEX #B9AD37 Brass

📋 copy color: '#B9AD37'

red 185 ◦ green 173 ◦ blue 55

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

Shades of Brass #B9AD37

Tints of Brass #B9AD37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.32%

R = 44.79%
G = 41.89%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B9AD37 (or 0xB9AD37) is known color: Brass. HEX triplet: B9, AD and 37. RGB value is (185,173,55). Sum of RGB (Red+Green+Blue) = 185+173+55=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 55 (21.88% from 255 or 13.32% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AD37 is #4652C8. Grayscale: #A3A3A3. Windows color (decimal): -4608713 or 3648953. OLE color: 3648953.

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

Color convert

RGB 185 173 55 -
CMYK 0 0.06 0.70 0.27
HSL 54.46º 0.54% 0.47% -
HSV(B) 54.46º 0.7% 0.73% -
XYZ 35.64 40.48 9.55 -
YUV 163.14 66.98 143.59 -
System Red Green Blue C M Y K H S L
Decimal 185 173 55 0 0.06 0.70 0.27 54.46 0.54 0.47
Hex B9 AD 37 0 6 46 1B 36 36 2F
Octal 271 255 67 0 6 106 33 66 66 57
Binary 10111001 10101101 110111 0 110 1000110 11011 110110 110110 101111

Color Harmonies of #B9AD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD37

Black with #B9AD37

Text Example


Text Example

White with #B9AD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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