Html Css Color HEX #B8A549 Brass

📋 copy color: '#B8A549'

red 184 ◦ green 165 ◦ blue 73

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

Shades of Brass #B8A549

Tints of Brass #B8A549

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.1%

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

R = 43.6%
G = 39.1%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8A549 (or 0xB8A549) is known color: Brass. HEX triplet: B8, A5 and 49. RGB value is (184,165,73). Sum of RGB (Red+Green+Blue) = 184+165+73=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A549 is #475AB6. Grayscale: #A0A0A0. Windows color (decimal): -4676279 or 4826552. OLE color: 4826552.

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

Color convert

RGB 184 165 73 -
CMYK 0 0.10 0.60 0.28
HSL 49.73º 0.44% 0.5% -
HSV(B) 49.73º 0.6% 0.72% -
XYZ 34.42 37.58 11.74 -
YUV 160.19 78.79 144.98 -
System Red Green Blue C M Y K H S L
Decimal 184 165 73 0 0.10 0.60 0.28 49.73 0.44 0.5
Hex B8 A5 49 0 A 3C 1C 32 2C 32
Octal 270 245 111 0 12 74 34 62 54 62
Binary 10111000 10100101 1001001 0 1010 111100 11100 110010 101100 110010

Color Harmonies of #B8A549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A549

Black with #B8A549

Text Example


Text Example

White with #B8A549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A549; }

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

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

background-color css

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

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

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

border-color css

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

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

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