Html Css Color HEX #B8AB49 Brass

📋 copy color: '#B8AB49'

red 184 ◦ green 171 ◦ blue 73

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

Shades of Brass #B8AB49

Tints of Brass #B8AB49

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.95%

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

R = 42.99%
G = 39.95%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8AB49 (or 0xB8AB49) is known color: Brass. HEX triplet: B8, AB and 49. RGB value is (184,171,73). Sum of RGB (Red+Green+Blue) = 184+171+73=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AB49 is #4754B6. Grayscale: #A4A4A4. Windows color (decimal): -4674743 or 4828088. OLE color: 4828088.

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

Color convert

RGB 184 171 73 -
CMYK 0 0.07 0.60 0.28
HSL 52.97º 0.44% 0.5% -
HSV(B) 52.97º 0.6% 0.72% -
XYZ 35.53 39.8 12.11 -
YUV 163.72 76.81 142.47 -
System Red Green Blue C M Y K H S L
Decimal 184 171 73 0 0.07 0.60 0.28 52.97 0.44 0.5
Hex B8 AB 49 0 7 3C 1C 35 2C 32
Octal 270 253 111 0 7 74 34 65 54 62
Binary 10111000 10101011 1001001 0 111 111100 11100 110101 101100 110010

Color Harmonies of #B8AB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AB49

Black with #B8AB49

Text Example


Text Example

White with #B8AB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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