Html Css Color HEX #B49E41 Brass

📋 copy color: '#B49E41'

red 180 ◦ green 158 ◦ blue 65

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

Shades of Brass #B49E41

Tints of Brass #B49E41

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.21%

 BLUE value IS 65 (25.78% from 255) = 16.13%

R = 44.67%
G = 39.21%
B = 16.13%

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

#B49E41 (or 0xB49E41) is known color: Brass. HEX triplet: B4, 9E and 41. RGB value is (180,158,65). Sum of RGB (Red+Green+Blue) = 180+158+65=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49E41 is #4B61BE. Grayscale: #9A9A9A. Windows color (decimal): -4940223 or 4300468. OLE color: 4300468.

HSL color Cylindrical-coordinate representation of color #B49E41: hue angle of 48.52º degrees, saturation: 0.47, 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 #B49E41 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 158 65 -
CMYK 0 0.12 0.64 0.29
HSL 48.52º 0.47% 0.48% -
HSV(B) 48.52º 0.64% 0.71% -
XYZ 32 34.54 9.98 -
YUV 153.98 77.79 146.56 -
System Red Green Blue C M Y K H S L
Decimal 180 158 65 0 0.12 0.64 0.29 48.52 0.47 0.48
Hex B4 9E 41 0 C 40 1D 31 2F 30
Octal 264 236 101 0 14 100 35 61 57 60
Binary 10110100 10011110 1000001 0 1100 1000000 11101 110001 101111 110000

Color Harmonies of #B49E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49E41

Black with #B49E41

Text Example


Text Example

White with #B49E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49E41; }

 p { color: rgb(180,158,65); }

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

background-color css

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

 a { background-color: rgb(180,158,65); }

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

border-color css

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

 span { border-color: rgb(180,158,65); }

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