Html Css Color HEX #B0AA44 Brass

📋 copy color: '#B0AA44'

red 176 ◦ green 170 ◦ blue 68

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

Shades of Brass #B0AA44

Tints of Brass #B0AA44

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.06%

 BLUE value IS 68 (26.95% from 255) = 16.43%

R = 42.51%
G = 41.06%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B0AA44 (or 0xB0AA44) is known color: Brass. HEX triplet: B0, AA and 44. RGB value is (176,170,68). Sum of RGB (Red+Green+Blue) = 176+170+68=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 68 (26.95% from 255 or 16.43% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AA44 is #4F55BB. Grayscale: #A0A0A0. Windows color (decimal): -5199292 or 4500144. OLE color: 4500144.

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

Color convert

RGB 176 170 68 -
CMYK 0 0.03 0.61 0.31
HSL 56.67º 0.44% 0.48% -
HSV(B) 56.67º 0.61% 0.69% -
XYZ 33.32 38.4 11.12 -
YUV 160.17 75.99 139.29 -
System Red Green Blue C M Y K H S L
Decimal 176 170 68 0 0.03 0.61 0.31 56.67 0.44 0.48
Hex B0 AA 44 0 3 3D 1F 39 2C 30
Octal 260 252 104 0 3 75 37 71 54 60
Binary 10110000 10101010 1000100 0 11 111101 11111 111001 101100 110000

Color Harmonies of #B0AA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AA44

Black with #B0AA44

Text Example


Text Example

White with #B0AA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AA44; }

 p { color: rgb(176,170,68); }

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

background-color css

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

 a { background-color: rgb(176,170,68); }

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

border-color css

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

 span { border-color: rgb(176,170,68); }

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