Html Css Color HEX #B0AD46 Brass

📋 copy color: '#B0AD46'

red 176 ◦ green 173 ◦ blue 70

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

Shades of Brass #B0AD46

Tints of Brass #B0AD46

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.29%

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

R = 42%
G = 41.29%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B0AD46 (or 0xB0AD46) is known color: Brass. HEX triplet: B0, AD and 46. RGB value is (176,173,70). Sum of RGB (Red+Green+Blue) = 176+173+70=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 70 (27.73% from 255 or 16.71% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AD46 is #4F52B9. Grayscale: #A2A2A2. Windows color (decimal): -5198522 or 4631984. OLE color: 4631984.

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

Color convert

RGB 176 173 70 -
CMYK 0 0.02 0.60 0.31
HSL 58.3º 0.43% 0.48% -
HSV(B) 58.3º 0.6% 0.69% -
XYZ 33.95 39.56 11.64 -
YUV 162.16 75.99 137.88 -
System Red Green Blue C M Y K H S L
Decimal 176 173 70 0 0.02 0.60 0.31 58.3 0.43 0.48
Hex B0 AD 46 0 2 3C 1F 3A 2B 30
Octal 260 255 106 0 2 74 37 72 53 60
Binary 10110000 10101101 1000110 0 10 111100 11111 111010 101011 110000

Color Harmonies of #B0AD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD46

Black with #B0AD46

Text Example


Text Example

White with #B0AD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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