Html Css Color HEX #B0A532 Brass

📋 copy color: '#B0A532'

red 176 ◦ green 165 ◦ blue 50

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

Shades of Brass #B0A532

Tints of Brass #B0A532

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.2%

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

R = 45.01%
G = 42.2%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B0A532 (or 0xB0A532) is known color: Brass. HEX triplet: B0, A5 and 32. RGB value is (176,165,50). Sum of RGB (Red+Green+Blue) = 176+165+50=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A532 is #4F5ACD. Grayscale: #9B9B9B. Windows color (decimal): -5200590 or 3319216. OLE color: 3319216.

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

Color convert

RGB 176 165 50 -
CMYK 0 0.06 0.72 0.31
HSL 54.76º 0.56% 0.44% -
HSV(B) 54.76º 0.72% 0.69% -
XYZ 31.94 36.37 8.35 -
YUV 155.18 68.64 142.85 -
System Red Green Blue C M Y K H S L
Decimal 176 165 50 0 0.06 0.72 0.31 54.76 0.56 0.44
Hex B0 A5 32 0 6 48 1F 37 38 2C
Octal 260 245 62 0 6 110 37 67 70 54
Binary 10110000 10100101 110010 0 110 1001000 11111 110111 111000 101100

Color Harmonies of #B0A532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A532

Black with #B0A532

Text Example


Text Example

White with #B0A532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A532; }

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

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

background-color css

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

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

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

border-color css

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

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

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