Html Css Color HEX #B8AC4A Brass

📋 copy color: '#B8AC4A'

red 184 ◦ green 172 ◦ blue 74

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

Shades of Brass #B8AC4A

Tints of Brass #B8AC4A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40%

 BLUE value IS 74 (29.3% from 255) = 17.21%

R = 42.79%
G = 40%
B = 17.21%

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

#B8AC4A (or 0xB8AC4A) is known color: Brass. HEX triplet: B8, AC and 4A. RGB value is (184,172,74). Sum of RGB (Red+Green+Blue) = 184+172+74=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AC4A is #4753B5. Grayscale: #A4A4A4. Windows color (decimal): -4674486 or 4893880. OLE color: 4893880.

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

Color convert

RGB 184 172 74 -
CMYK 0 0.07 0.60 0.28
HSL 53.45º 0.44% 0.51% -
HSV(B) 53.45º 0.6% 0.72% -
XYZ 35.76 40.19 12.35 -
YUV 164.42 76.98 141.97 -
System Red Green Blue C M Y K H S L
Decimal 184 172 74 0 0.07 0.60 0.28 53.45 0.44 0.51
Hex B8 AC 4A 0 7 3C 1C 35 2C 33
Octal 270 254 112 0 7 74 34 65 54 63
Binary 10111000 10101100 1001010 0 111 111100 11100 110101 101100 110011

Color Harmonies of #B8AC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC4A

Black with #B8AC4A

Text Example


Text Example

White with #B8AC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC4A; }

 p { color: rgb(184,172,74); }

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

background-color css

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

 a { background-color: rgb(184,172,74); }

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

border-color css

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

 span { border-color: rgb(184,172,74); }

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