Html Css Color HEX #B8A849 Brass

📋 copy color: '#B8A849'

red 184 ◦ green 168 ◦ blue 73

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

Shades of Brass #B8A849

Tints of Brass #B8A849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.18%

R = 43.29%
G = 39.53%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8A849 (or 0xB8A849) is known color: Brass. HEX triplet: B8, A8 and 49. RGB value is (184,168,73). Sum of RGB (Red+Green+Blue) = 184+168+73=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A849 is #4757B6. Grayscale: #A2A2A2. Windows color (decimal): -4675511 or 4827320. OLE color: 4827320.

HSL color Cylindrical-coordinate representation of color #B8A849: hue angle of 51.35º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8A849 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 168 73 -
CMYK 0 0.09 0.60 0.28
HSL 51.35º 0.44% 0.5% -
HSV(B) 51.35º 0.6% 0.72% -
XYZ 34.97 38.68 11.93 -
YUV 161.95 77.8 143.72 -
System Red Green Blue C M Y K H S L
Decimal 184 168 73 0 0.09 0.60 0.28 51.35 0.44 0.5
Hex B8 A8 49 0 9 3C 1C 33 2C 32
Octal 270 250 111 0 11 74 34 63 54 62
Binary 10111000 10101000 1001001 0 1001 111100 11100 110011 101100 110010

Color Harmonies of #B8A849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A849

Black with #B8A849

Text Example


Text Example

White with #B8A849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A849; }

 p { color: rgb(184,168,73); }

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

background-color css

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

 a { background-color: rgb(184,168,73); }

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

border-color css

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

 span { border-color: rgb(184,168,73); }

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