Html Css Color HEX #B0A146 Brass

📋 copy color: '#B0A146'

red 176 ◦ green 161 ◦ blue 70

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

Shades of Brass #B0A146

Tints of Brass #B0A146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.2%

R = 43.24%
G = 39.56%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B0A146 (or 0xB0A146) is known color: Brass. HEX triplet: B0, A1 and 46. RGB value is (176,161,70). Sum of RGB (Red+Green+Blue) = 176+161+70=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A146 is #4F5EB9. Grayscale: #9B9B9B. Windows color (decimal): -5201594 or 4628912. OLE color: 4628912.

HSL color Cylindrical-coordinate representation of color #B0A146: hue angle of 51.51º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0A146 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 161 70 -
CMYK 0 0.09 0.60 0.31
HSL 51.51º 0.43% 0.48% -
HSV(B) 51.51º 0.6% 0.69% -
XYZ 31.75 35.16 10.91 -
YUV 155.11 79.97 142.9 -
System Red Green Blue C M Y K H S L
Decimal 176 161 70 0 0.09 0.60 0.31 51.51 0.43 0.48
Hex B0 A1 46 0 9 3C 1F 34 2B 30
Octal 260 241 106 0 11 74 37 64 53 60
Binary 10110000 10100001 1000110 0 1001 111100 11111 110100 101011 110000

Color Harmonies of #B0A146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A146

Black with #B0A146

Text Example


Text Example

White with #B0A146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A146; }

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

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

background-color css

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

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

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

border-color css

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

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

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