Html Css Color HEX #B0AD49 Brass

📋 copy color: '#B0AD49'

red 176 ◦ green 173 ◦ blue 73

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

Shades of Brass #B0AD49

Tints of Brass #B0AD49

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41%

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

R = 41.71%
G = 41%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B0AD49 (or 0xB0AD49) is known color: Brass. HEX triplet: B0, AD and 49. RGB value is (176,173,73). Sum of RGB (Red+Green+Blue) = 176+173+73=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AD49 is #4F52B6. Grayscale: #A2A2A2. Windows color (decimal): -5198519 or 4828592. OLE color: 4828592.

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

Color convert

RGB 176 173 73 -
CMYK 0 0.02 0.59 0.31
HSL 58.25º 0.41% 0.49% -
HSV(B) 58.25º 0.59% 0.69% -
XYZ 34.05 39.6 12.15 -
YUV 162.5 77.49 137.63 -
System Red Green Blue C M Y K H S L
Decimal 176 173 73 0 0.02 0.59 0.31 58.25 0.41 0.49
Hex B0 AD 49 0 2 3B 1F 3A 29 31
Octal 260 255 111 0 2 73 37 72 51 61
Binary 10110000 10101101 1001001 0 10 111011 11111 111010 101001 110001

Color Harmonies of #B0AD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD49

Black with #B0AD49

Text Example


Text Example

White with #B0AD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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