Html Css Color HEX #B8AC4D Brass

📋 copy color: '#B8AC4D'

red 184 ◦ green 172 ◦ blue 77

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

Shades of Brass #B8AC4D

Tints of Brass #B8AC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.78%

R = 42.49%
G = 39.72%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B8AC4D (or 0xB8AC4D) is known color: Brass. HEX triplet: B8, AC and 4D. RGB value is (184,172,77). Sum of RGB (Red+Green+Blue) = 184+172+77=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AC4D is #4753B2. Grayscale: #A5A5A5. Windows color (decimal): -4674483 or 5090488. OLE color: 5090488.

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

Color convert

RGB 184 172 77 -
CMYK 0 0.07 0.58 0.28
HSL 53.27º 0.43% 0.51% -
HSV(B) 53.27º 0.58% 0.72% -
XYZ 35.86 40.23 12.9 -
YUV 164.76 78.48 141.72 -
System Red Green Blue C M Y K H S L
Decimal 184 172 77 0 0.07 0.58 0.28 53.27 0.43 0.51
Hex B8 AC 4D 0 7 3A 1C 35 2B 33
Octal 270 254 115 0 7 72 34 65 53 63
Binary 10111000 10101100 1001101 0 111 111010 11100 110101 101011 110011

Color Harmonies of #B8AC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC4D

Black with #B8AC4D

Text Example


Text Example

White with #B8AC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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