Html Css Color HEX #B5AF49 Brass

📋 copy color: '#B5AF49'

red 181 ◦ green 175 ◦ blue 73

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

Shades of Brass #B5AF49

Tints of Brass #B5AF49

RGB

 RED value IS 181 (71.09% from 255) = 42.19%

 GREEN value IS 175 (68.75% from 255) = 40.79%

 BLUE value IS 73 (28.91% from 255) = 17.02%

R = 42.19%
G = 40.79%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B5AF49 (or 0xB5AF49) is known color: Brass. HEX triplet: B5, AF and 49. RGB value is (181,175,73). Sum of RGB (Red+Green+Blue) = 181+175+73=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AF49 is #4A50B6. Grayscale: #A5A5A5. Windows color (decimal): -4870327 or 4829109. OLE color: 4829109.

HSL color Cylindrical-coordinate representation of color #B5AF49: hue angle of 56.67º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5AF49 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 175 73 -
CMYK 0 0.03 0.60 0.29
HSL 56.67º 0.43% 0.5% -
HSV(B) 56.67º 0.6% 0.71% -
XYZ 35.59 40.96 12.33 -
YUV 165.17 75.99 139.29 -
System Red Green Blue C M Y K H S L
Decimal 181 175 73 0 0.03 0.60 0.29 56.67 0.43 0.5
Hex B5 AF 49 0 3 3C 1D 39 2B 32
Octal 265 257 111 0 3 74 35 71 53 62
Binary 10110101 10101111 1001001 0 11 111100 11101 111001 101011 110010

Color Harmonies of #B5AF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AF49

Black with #B5AF49

Text Example


Text Example

White with #B5AF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AF49; }

 p { color: rgb(181,175,73); }

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

background-color css

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

 a { background-color: rgb(181,175,73); }

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

border-color css

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

 span { border-color: rgb(181,175,73); }

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