Html Css Color HEX #B8AC45 Brass

📋 copy color: '#B8AC45'

red 184 ◦ green 172 ◦ blue 69

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

Shades of Brass #B8AC45

Tints of Brass #B8AC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.24%

R = 43.29%
G = 40.47%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B8AC45 (or 0xB8AC45) is known color: Brass. HEX triplet: B8, AC and 45. RGB value is (184,172,69). Sum of RGB (Red+Green+Blue) = 184+172+69=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AC45 is #4753BA. Grayscale: #A4A4A4. Windows color (decimal): -4674491 or 4566200. OLE color: 4566200.

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

Color convert

RGB 184 172 69 -
CMYK 0 0.07 0.62 0.28
HSL 53.74º 0.45% 0.5% -
HSV(B) 53.74º 0.63% 0.72% -
XYZ 35.59 40.13 11.5 -
YUV 163.85 74.48 142.38 -
System Red Green Blue C M Y K H S L
Decimal 184 172 69 0 0.07 0.62 0.28 53.74 0.45 0.5
Hex B8 AC 45 0 7 3E 1C 36 2D 32
Octal 270 254 105 0 7 76 34 66 55 62
Binary 10111000 10101100 1000101 0 111 111110 11100 110110 101101 110010

Color Harmonies of #B8AC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC45

Black with #B8AC45

Text Example


Text Example

White with #B8AC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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