Html Css Color HEX #B8AA3A Brass

📋 copy color: '#B8AA3A'

red 184 ◦ green 170 ◦ blue 58

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

Shades of Brass #B8AA3A

Tints of Brass #B8AA3A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.26%

 BLUE value IS 58 (23.05% from 255) = 14.08%

R = 44.66%
G = 41.26%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8AA3A (or 0xB8AA3A) is known color: Brass. HEX triplet: B8, AA and 3A. RGB value is (184,170,58). Sum of RGB (Red+Green+Blue) = 184+170+58=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AA3A is #4755C5. Grayscale: #A1A1A1. Windows color (decimal): -4675014 or 3844792. OLE color: 3844792.

HSL color Cylindrical-coordinate representation of color #B8AA3A: hue angle of 53.33º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8AA3A is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 170 58 -
CMYK 0 0.08 0.68 0.28
HSL 53.33º 0.52% 0.47% -
HSV(B) 53.33º 0.68% 0.72% -
XYZ 34.91 39.25 9.74 -
YUV 161.42 69.64 144.11 -
System Red Green Blue C M Y K H S L
Decimal 184 170 58 0 0.08 0.68 0.28 53.33 0.52 0.47
Hex B8 AA 3A 0 8 44 1C 35 34 2F
Octal 270 252 72 0 10 104 34 65 64 57
Binary 10111000 10101010 111010 0 1000 1000100 11100 110101 110100 101111

Color Harmonies of #B8AA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AA3A

Black with #B8AA3A

Text Example


Text Example

White with #B8AA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AA3A; }

 p { color: rgb(184,170,58); }

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

background-color css

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

 a { background-color: rgb(184,170,58); }

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

border-color css

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

 span { border-color: rgb(184,170,58); }

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