Html Css Color HEX #B8A346 Brass

📋 copy color: '#B8A346'

red 184 ◦ green 163 ◦ blue 70

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

Shades of Brass #B8A346

Tints of Brass #B8A346

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.09%

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

R = 44.12%
G = 39.09%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B8A346 (or 0xB8A346) is known color: Brass. HEX triplet: B8, A3 and 46. RGB value is (184,163,70). Sum of RGB (Red+Green+Blue) = 184+163+70=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 70 (27.73% from 255 or 16.79% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A346 is #475CB9. Grayscale: #9F9F9F. Windows color (decimal): -4676794 or 4629432. OLE color: 4629432.

HSL color Cylindrical-coordinate representation of color #B8A346: hue angle of 48.95º 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 #B8A346 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 163 70 -
CMYK 0 0.11 0.62 0.28
HSL 48.95º 0.45% 0.5% -
HSV(B) 48.95º 0.62% 0.72% -
XYZ 33.97 36.83 11.11 -
YUV 158.68 77.96 146.06 -
System Red Green Blue C M Y K H S L
Decimal 184 163 70 0 0.11 0.62 0.28 48.95 0.45 0.5
Hex B8 A3 46 0 B 3E 1C 31 2D 32
Octal 270 243 106 0 13 76 34 61 55 62
Binary 10111000 10100011 1000110 0 1011 111110 11100 110001 101101 110010

Color Harmonies of #B8A346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A346

Black with #B8A346

Text Example


Text Example

White with #B8A346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A346; }

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

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

background-color css

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

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

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

border-color css

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

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

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