Html Css Color HEX #B0A846 Brass

📋 copy color: '#B0A846'

red 176 ◦ green 168 ◦ blue 70

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

Shades of Brass #B0A846

Tints of Brass #B0A846

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.58%

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

R = 42.51%
G = 40.58%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B0A846 (or 0xB0A846) is known color: Brass. HEX triplet: B0, A8 and 46. RGB value is (176,168,70). Sum of RGB (Red+Green+Blue) = 176+168+70=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A846 is #4F57B9. Grayscale: #9F9F9F. Windows color (decimal): -5199802 or 4630704. OLE color: 4630704.

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

Color convert

RGB 176 168 70 -
CMYK 0 0.05 0.60 0.31
HSL 55.47º 0.43% 0.48% -
HSV(B) 55.47º 0.6% 0.69% -
XYZ 33.01 37.68 11.33 -
YUV 159.22 77.65 139.97 -
System Red Green Blue C M Y K H S L
Decimal 176 168 70 0 0.05 0.60 0.31 55.47 0.43 0.48
Hex B0 A8 46 0 5 3C 1F 37 2B 30
Octal 260 250 106 0 5 74 37 67 53 60
Binary 10110000 10101000 1000110 0 101 111100 11111 110111 101011 110000

Color Harmonies of #B0A846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A846

Black with #B0A846

Text Example


Text Example

White with #B0A846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A846; }

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

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

background-color css

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

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

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

border-color css

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

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

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