Html Css Color HEX #B3AF49 Brass

📋 copy color: '#B3AF49'

red 179 ◦ green 175 ◦ blue 73

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

Shades of Brass #B3AF49

Tints of Brass #B3AF49

RGB

 RED value IS 179 (70.31% from 255) = 41.92%

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

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

R = 41.92%
G = 40.98%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B3AF49 (or 0xB3AF49) is known color: Brass. HEX triplet: B3, AF and 49. RGB value is (179,175,73). Sum of RGB (Red+Green+Blue) = 179+175+73=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AF49 is #4C50B6. Grayscale: #A4A4A4. Windows color (decimal): -5001399 or 4829107. OLE color: 4829107.

HSL color Cylindrical-coordinate representation of color #B3AF49: hue angle of 57.74º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B3AF49 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 175 73 -
CMYK 0 0.02 0.59 0.30
HSL 57.74º 0.42% 0.49% -
HSV(B) 57.74º 0.59% 0.7% -
XYZ 35.12 40.72 12.31 -
YUV 164.57 76.33 138.29 -
System Red Green Blue C M Y K H S L
Decimal 179 175 73 0 0.02 0.59 0.30 57.74 0.42 0.49
Hex B3 AF 49 0 2 3B 1E 3A 2A 31
Octal 263 257 111 0 2 73 36 72 52 61
Binary 10110011 10101111 1001001 0 10 111011 11110 111010 101010 110001

Color Harmonies of #B3AF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AF49

Black with #B3AF49

Text Example


Text Example

White with #B3AF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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