Html Css Color HEX #B0A132 Brass

📋 copy color: '#B0A132'

red 176 ◦ green 161 ◦ blue 50

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

Shades of Brass #B0A132

Tints of Brass #B0A132

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.6%

 BLUE value IS 50 (19.92% from 255) = 12.92%

R = 45.48%
G = 41.6%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B0A132 (or 0xB0A132) is known color: Brass. HEX triplet: B0, A1 and 32. RGB value is (176,161,50). Sum of RGB (Red+Green+Blue) = 176+161+50=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A132 is #4F5ECD. Grayscale: #999999. Windows color (decimal): -5201614 or 3318192. OLE color: 3318192.

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

Color convert

RGB 176 161 50 -
CMYK 0 0.09 0.72 0.31
HSL 52.86º 0.56% 0.44% -
HSV(B) 52.86º 0.72% 0.69% -
XYZ 31.23 34.95 8.12 -
YUV 152.83 69.97 144.53 -
System Red Green Blue C M Y K H S L
Decimal 176 161 50 0 0.09 0.72 0.31 52.86 0.56 0.44
Hex B0 A1 32 0 9 48 1F 35 38 2C
Octal 260 241 62 0 11 110 37 65 70 54
Binary 10110000 10100001 110010 0 1001 1001000 11111 110101 111000 101100

Color Harmonies of #B0A132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A132

Black with #B0A132

Text Example


Text Example

White with #B0A132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A132; }

 p { color: rgb(176,161,50); }

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

background-color css

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

 a { background-color: rgb(176,161,50); }

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

border-color css

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

 span { border-color: rgb(176,161,50); }

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