Html Css Color HEX #B8A64A Brass

📋 copy color: '#B8A64A'

red 184 ◦ green 166 ◦ blue 74

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

Shades of Brass #B8A64A

Tints of Brass #B8A64A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.15%

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

R = 43.4%
G = 39.15%
B = 17.45%

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

#B8A64A (or 0xB8A64A) is known color: Brass. HEX triplet: B8, A6 and 4A. RGB value is (184,166,74). Sum of RGB (Red+Green+Blue) = 184+166+74=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A64A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A64A is #4759B5. Grayscale: #A1A1A1. Windows color (decimal): -4676022 or 4892344. OLE color: 4892344.

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

Color convert

RGB 184 166 74 -
CMYK 0 0.10 0.60 0.28
HSL 50.18º 0.44% 0.51% -
HSV(B) 50.18º 0.6% 0.72% -
XYZ 34.64 37.96 11.98 -
YUV 160.89 78.96 144.48 -
System Red Green Blue C M Y K H S L
Decimal 184 166 74 0 0.10 0.60 0.28 50.18 0.44 0.51
Hex B8 A6 4A 0 A 3C 1C 32 2C 33
Octal 270 246 112 0 12 74 34 62 54 63
Binary 10111000 10100110 1001010 0 1010 111100 11100 110010 101100 110011

Color Harmonies of #B8A64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A64A

Black with #B8A64A

Text Example


Text Example

White with #B8A64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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