Html Css Color HEX #B0AA34 Brass

📋 copy color: '#B0AA34'

red 176 ◦ green 170 ◦ blue 52

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

Shades of Brass #B0AA34

Tints of Brass #B0AA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.07%

R = 44.22%
G = 42.71%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B0AA34 (or 0xB0AA34) is known color: Brass. HEX triplet: B0, AA and 34. RGB value is (176,170,52). Sum of RGB (Red+Green+Blue) = 176+170+52=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AA34 is #4F55CB. Grayscale: #9E9E9E. Windows color (decimal): -5199308 or 3451568. OLE color: 3451568.

HSL color Cylindrical-coordinate representation of color #B0AA34: hue angle of 57.1º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0AA34 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 170 52 -
CMYK 0 0.03 0.70 0.31
HSL 57.1º 0.54% 0.45% -
HSV(B) 57.1º 0.7% 0.69% -
XYZ 32.9 38.23 8.89 -
YUV 158.34 67.99 140.59 -
System Red Green Blue C M Y K H S L
Decimal 176 170 52 0 0.03 0.70 0.31 57.1 0.54 0.45
Hex B0 AA 34 0 3 46 1F 39 36 2D
Octal 260 252 64 0 3 106 37 71 66 55
Binary 10110000 10101010 110100 0 11 1000110 11111 111001 110110 101101

Color Harmonies of #B0AA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AA34

Black with #B0AA34

Text Example


Text Example

White with #B0AA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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