Html Css Color HEX #B8AC3A Brass

📋 copy color: '#B8AC3A'

red 184 ◦ green 172 ◦ blue 58

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

Shades of Brass #B8AC3A

Tints of Brass #B8AC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.01%

R = 44.44%
G = 41.55%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8AC3A (or 0xB8AC3A) is known color: Brass. HEX triplet: B8, AC and 3A. RGB value is (184,172,58). Sum of RGB (Red+Green+Blue) = 184+172+58=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AC3A is #4753C5. Grayscale: #A3A3A3. Windows color (decimal): -4674502 or 3845304. OLE color: 3845304.

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

Color convert

RGB 184 172 58 -
CMYK 0 0.07 0.68 0.28
HSL 54.29º 0.52% 0.47% -
HSV(B) 54.29º 0.68% 0.72% -
XYZ 35.28 40 9.86 -
YUV 162.59 68.98 143.27 -
System Red Green Blue C M Y K H S L
Decimal 184 172 58 0 0.07 0.68 0.28 54.29 0.52 0.47
Hex B8 AC 3A 0 7 44 1C 36 34 2F
Octal 270 254 72 0 7 104 34 66 64 57
Binary 10111000 10101100 111010 0 111 1000100 11100 110110 110100 101111

Color Harmonies of #B8AC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC3A

Black with #B8AC3A

Text Example


Text Example

White with #B8AC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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