Html Css Color HEX #B0A034 Brass

📋 copy color: '#B0A034'

red 176 ◦ green 160 ◦ blue 52

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

Shades of Brass #B0A034

Tints of Brass #B0A034

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.24%

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

R = 45.36%
G = 41.24%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B0A034 (or 0xB0A034) is known color: Brass. HEX triplet: B0, A0 and 34. RGB value is (176,160,52). Sum of RGB (Red+Green+Blue) = 176+160+52=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 52 (20.70% from 255 or 13.40% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A034 is #4F5FCB. Grayscale: #989898. Windows color (decimal): -5201868 or 3449008. OLE color: 3449008.

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

Color convert

RGB 176 160 52 -
CMYK 0 0.09 0.70 0.31
HSL 52.26º 0.54% 0.45% -
HSV(B) 52.26º 0.7% 0.69% -
XYZ 31.1 34.62 8.29 -
YUV 152.47 71.3 144.78 -
System Red Green Blue C M Y K H S L
Decimal 176 160 52 0 0.09 0.70 0.31 52.26 0.54 0.45
Hex B0 A0 34 0 9 46 1F 34 36 2D
Octal 260 240 64 0 11 106 37 64 66 55
Binary 10110000 10100000 110100 0 1001 1000110 11111 110100 110110 101101

Color Harmonies of #B0A034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A034

Black with #B0A034

Text Example


Text Example

White with #B0A034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A034; }

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

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

background-color css

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

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

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

border-color css

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

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

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