Html Css Color HEX #B49F40 Brass

📋 copy color: '#B49F40'

red 180 ◦ green 159 ◦ blue 64

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

Shades of Brass #B49F40

Tints of Brass #B49F40

RGB

 RED value IS 180 (70.7% from 255) = 44.67%

 GREEN value IS 159 (62.5% from 255) = 39.45%

 BLUE value IS 64 (25.39% from 255) = 15.88%

R = 44.67%
G = 39.45%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B49F40 (or 0xB49F40) is known color: Brass. HEX triplet: B4, 9F and 40. RGB value is (180,159,64). Sum of RGB (Red+Green+Blue) = 180+159+64=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49F40 is #4B60BF. Grayscale: #9A9A9A. Windows color (decimal): -4939968 or 4235188. OLE color: 4235188.

HSL color Cylindrical-coordinate representation of color #B49F40: hue angle of 49.14º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B49F40 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 159 64 -
CMYK 0 0.12 0.64 0.29
HSL 49.14º 0.48% 0.48% -
HSV(B) 49.14º 0.64% 0.71% -
XYZ 32.15 34.87 9.89 -
YUV 154.45 76.96 146.22 -
System Red Green Blue C M Y K H S L
Decimal 180 159 64 0 0.12 0.64 0.29 49.14 0.48 0.48
Hex B4 9F 40 0 C 40 1D 31 30 30
Octal 264 237 100 0 14 100 35 61 60 60
Binary 10110100 10011111 1000000 0 1100 1000000 11101 110001 110000 110000

Color Harmonies of #B49F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49F40

Black with #B49F40

Text Example


Text Example

White with #B49F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49F40; }

 p { color: rgb(180,159,64); }

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

background-color css

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

 a { background-color: rgb(180,159,64); }

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

border-color css

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

 span { border-color: rgb(180,159,64); }

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