Html Css Color HEX #B0A849 Brass

📋 copy color: '#B0A849'

red 176 ◦ green 168 ◦ blue 73

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

Shades of Brass #B0A849

Tints of Brass #B0A849

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.29%

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

R = 42.21%
G = 40.29%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B0A849 (or 0xB0A849) is known color: Brass. HEX triplet: B0, A8 and 49. RGB value is (176,168,73). Sum of RGB (Red+Green+Blue) = 176+168+73=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A849 is #4F57B6. Grayscale: #9F9F9F. Windows color (decimal): -5199799 or 4827312. OLE color: 4827312.

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

Color convert

RGB 176 168 73 -
CMYK 0 0.05 0.59 0.31
HSL 55.34º 0.41% 0.49% -
HSV(B) 55.34º 0.59% 0.69% -
XYZ 33.11 37.72 11.84 -
YUV 159.56 79.15 139.72 -
System Red Green Blue C M Y K H S L
Decimal 176 168 73 0 0.05 0.59 0.31 55.34 0.41 0.49
Hex B0 A8 49 0 5 3B 1F 37 29 31
Octal 260 250 111 0 5 73 37 67 51 61
Binary 10110000 10101000 1001001 0 101 111011 11111 110111 101001 110001

Color Harmonies of #B0A849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A849

Black with #B0A849

Text Example


Text Example

White with #B0A849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A849; }

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

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

background-color css

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

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

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

border-color css

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

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

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