Html Css Color HEX #B9A037 Brass

📋 copy color: '#B9A037'

red 185 ◦ green 160 ◦ blue 55

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

Shades of Brass #B9A037

Tints of Brass #B9A037

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40%

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

R = 46.25%
G = 40%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B9A037 (or 0xB9A037) is known color: Brass. HEX triplet: B9, A0 and 37. RGB value is (185,160,55). Sum of RGB (Red+Green+Blue) = 185+160+55=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 55 (21.88% from 255 or 13.75% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A037 is #465FC8. Grayscale: #9B9B9B. Windows color (decimal): -4612041 or 3645625. OLE color: 3645625.

HSL color Cylindrical-coordinate representation of color #B9A037: hue angle of 48.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 #B9A037 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 160 55 -
CMYK 0 0.14 0.70 0.27
HSL 48.46º 0.54% 0.47% -
HSV(B) 48.46º 0.7% 0.73% -
XYZ 33.27 35.73 8.76 -
YUV 155.51 71.28 149.04 -
System Red Green Blue C M Y K H S L
Decimal 185 160 55 0 0.14 0.70 0.27 48.46 0.54 0.47
Hex B9 A0 37 0 E 46 1B 30 36 2F
Octal 271 240 67 0 16 106 33 60 66 57
Binary 10111001 10100000 110111 0 1110 1000110 11011 110000 110110 101111

Color Harmonies of #B9A037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A037

Black with #B9A037

Text Example


Text Example

White with #B9A037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A037; }

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

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

background-color css

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

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

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

border-color css

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

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

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