Html Css Color HEX #B0AB49 Brass

📋 copy color: '#B0AB49'

red 176 ◦ green 171 ◦ blue 73

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

Shades of Brass #B0AB49

Tints of Brass #B0AB49

RGB

 RED value IS 176 (69.14% from 255) = 41.9%

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

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

R = 41.9%
G = 40.71%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B0AB49 (or 0xB0AB49) is known color: Brass. HEX triplet: B0, AB and 49. RGB value is (176,171,73). Sum of RGB (Red+Green+Blue) = 176+171+73=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AB49 is #4F54B6. Grayscale: #A1A1A1. Windows color (decimal): -5199031 or 4828080. OLE color: 4828080.

HSL color Cylindrical-coordinate representation of color #B0AB49: hue angle of 57.09º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0AB49 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 171 73 -
CMYK 0 0.03 0.59 0.31
HSL 57.09º 0.41% 0.49% -
HSV(B) 57.09º 0.59% 0.69% -
XYZ 33.67 38.84 12.03 -
YUV 161.32 78.16 138.47 -
System Red Green Blue C M Y K H S L
Decimal 176 171 73 0 0.03 0.59 0.31 57.09 0.41 0.49
Hex B0 AB 49 0 3 3B 1F 39 29 31
Octal 260 253 111 0 3 73 37 71 51 61
Binary 10110000 10101011 1001001 0 11 111011 11111 111001 101001 110001

Color Harmonies of #B0AB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AB49

Black with #B0AB49

Text Example


Text Example

White with #B0AB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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