Html Css Color HEX #B8AC47 Brass

📋 copy color: '#B8AC47'

red 184 ◦ green 172 ◦ blue 71

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

Shades of Brass #B8AC47

Tints of Brass #B8AC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.63%

R = 43.09%
G = 40.28%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B8AC47 (or 0xB8AC47) is known color: Brass. HEX triplet: B8, AC and 47. RGB value is (184,172,71). Sum of RGB (Red+Green+Blue) = 184+172+71=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 71 (28.12% from 255 or 16.63% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AC47 is #4753B8. Grayscale: #A4A4A4. Windows color (decimal): -4674489 or 4697272. OLE color: 4697272.

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

Color convert

RGB 184 172 71 -
CMYK 0 0.07 0.61 0.28
HSL 53.63º 0.44% 0.5% -
HSV(B) 53.63º 0.61% 0.72% -
XYZ 35.66 40.15 11.83 -
YUV 164.07 75.48 142.21 -
System Red Green Blue C M Y K H S L
Decimal 184 172 71 0 0.07 0.61 0.28 53.63 0.44 0.5
Hex B8 AC 47 0 7 3D 1C 36 2C 32
Octal 270 254 107 0 7 75 34 66 54 62
Binary 10111000 10101100 1000111 0 111 111101 11100 110110 101100 110010

Color Harmonies of #B8AC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC47

Black with #B8AC47

Text Example


Text Example

White with #B8AC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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