Html Css Color HEX #B9A039 Brass

📋 copy color: '#B9A039'

red 185 ◦ green 160 ◦ blue 57

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

Shades of Brass #B9A039

Tints of Brass #B9A039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.18%

R = 46.02%
G = 39.8%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9A039 (or 0xB9A039) is known color: Brass. HEX triplet: B9, A0 and 39. RGB value is (185,160,57). Sum of RGB (Red+Green+Blue) = 185+160+57=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 57 (22.66% from 255 or 14.18% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A039 is #465FC6. Grayscale: #9C9C9C. Windows color (decimal): -4612039 or 3776697. OLE color: 3776697.

HSL color Cylindrical-coordinate representation of color #B9A039: hue angle of 48.28º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9A039 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 160 57 -
CMYK 0 0.14 0.69 0.27
HSL 48.28º 0.53% 0.47% -
HSV(B) 48.28º 0.69% 0.73% -
XYZ 33.32 35.75 9.02 -
YUV 155.73 72.28 148.88 -
System Red Green Blue C M Y K H S L
Decimal 185 160 57 0 0.14 0.69 0.27 48.28 0.53 0.47
Hex B9 A0 39 0 E 45 1B 30 35 2F
Octal 271 240 71 0 16 105 33 60 65 57
Binary 10111001 10100000 111001 0 1110 1000101 11011 110000 110101 101111

Color Harmonies of #B9A039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A039

Black with #B9A039

Text Example


Text Example

White with #B9A039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A039; }

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

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

background-color css

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

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

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

border-color css

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

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

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