Html Css Color HEX #B3AB49 Brass

📋 copy color: '#B3AB49'

red 179 ◦ green 171 ◦ blue 73

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

Shades of Brass #B3AB49

Tints of Brass #B3AB49

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.43%

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

R = 42.32%
G = 40.43%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B3AB49 (or 0xB3AB49) is known color: Brass. HEX triplet: B3, AB and 49. RGB value is (179,171,73). Sum of RGB (Red+Green+Blue) = 179+171+73=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AB49 is #4C54B6. Grayscale: #A2A2A2. Windows color (decimal): -5002423 or 4828083. OLE color: 4828083.

HSL color Cylindrical-coordinate representation of color #B3AB49: hue angle of 55.47º 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 #B3AB49 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 171 73 -
CMYK 0 0.04 0.59 0.30
HSL 55.47º 0.42% 0.49% -
HSV(B) 55.47º 0.59% 0.7% -
XYZ 34.36 39.19 12.06 -
YUV 162.22 77.65 139.97 -
System Red Green Blue C M Y K H S L
Decimal 179 171 73 0 0.04 0.59 0.30 55.47 0.42 0.49
Hex B3 AB 49 0 4 3B 1E 37 2A 31
Octal 263 253 111 0 4 73 36 67 52 61
Binary 10110011 10101011 1001001 0 100 111011 11110 110111 101010 110001

Color Harmonies of #B3AB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AB49

Black with #B3AB49

Text Example


Text Example

White with #B3AB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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