Html Css Color HEX #B49D3A Brass

📋 copy color: '#B49D3A'

red 180 ◦ green 157 ◦ blue 58

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

Shades of Brass #B49D3A

Tints of Brass #B49D3A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.75%

 BLUE value IS 58 (23.05% from 255) = 14.68%

R = 45.57%
G = 39.75%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B49D3A (or 0xB49D3A) is known color: Brass. HEX triplet: B4, 9D and 3A. RGB value is (180,157,58). Sum of RGB (Red+Green+Blue) = 180+157+58=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49D3A is #4B62C5. Grayscale: #999999. Windows color (decimal): -4940486 or 3841460. OLE color: 3841460.

HSL color Cylindrical-coordinate representation of color #B49D3A: hue angle of 48.69º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B49D3A is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 157 58 -
CMYK 0 0.13 0.68 0.29
HSL 48.69º 0.51% 0.47% -
HSV(B) 48.69º 0.68% 0.71% -
XYZ 31.64 34.12 8.92 -
YUV 152.59 74.62 147.55 -
System Red Green Blue C M Y K H S L
Decimal 180 157 58 0 0.13 0.68 0.29 48.69 0.51 0.47
Hex B4 9D 3A 0 D 44 1D 31 33 2F
Octal 264 235 72 0 15 104 35 61 63 57
Binary 10110100 10011101 111010 0 1101 1000100 11101 110001 110011 101111

Color Harmonies of #B49D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49D3A

Black with #B49D3A

Text Example


Text Example

White with #B49D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49D3A; }

 p { color: rgb(180,157,58); }

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

background-color css

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

 a { background-color: rgb(180,157,58); }

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

border-color css

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

 span { border-color: rgb(180,157,58); }

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