Html Css Color HEX #B8A046 Brass

📋 copy color: '#B8A046'

red 184 ◦ green 160 ◦ blue 70

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

Shades of Brass #B8A046

Tints of Brass #B8A046

RGB

 RED value IS 184 (72.27% from 255) = 44.44%

 GREEN value IS 160 (62.89% from 255) = 38.65%

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

R = 44.44%
G = 38.65%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B8A046 (or 0xB8A046) is known color: Brass. HEX triplet: B8, A0 and 46. RGB value is (184,160,70). Sum of RGB (Red+Green+Blue) = 184+160+70=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A046 is #475FB9. Grayscale: #9D9D9D. Windows color (decimal): -4677562 or 4628664. OLE color: 4628664.

HSL color Cylindrical-coordinate representation of color #B8A046: hue angle of 47.37º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8A046 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 160 70 -
CMYK 0 0.13 0.62 0.28
HSL 47.37º 0.45% 0.5% -
HSV(B) 47.37º 0.62% 0.72% -
XYZ 33.44 35.77 10.94 -
YUV 156.92 78.95 147.32 -
System Red Green Blue C M Y K H S L
Decimal 184 160 70 0 0.13 0.62 0.28 47.37 0.45 0.5
Hex B8 A0 46 0 D 3E 1C 2F 2D 32
Octal 270 240 106 0 15 76 34 57 55 62
Binary 10111000 10100000 1000110 0 1101 111110 11100 101111 101101 110010

Color Harmonies of #B8A046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A046

Black with #B8A046

Text Example


Text Example

White with #B8A046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A046; }

 p { color: rgb(184,160,70); }

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

background-color css

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

 a { background-color: rgb(184,160,70); }

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

border-color css

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

 span { border-color: rgb(184,160,70); }

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