Html Css Color HEX #B3AC4C Brass

📋 copy color: '#B3AC4C'

red 179 ◦ green 172 ◦ blue 76

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

Shades of Brass #B3AC4C

Tints of Brass #B3AC4C

RGB

 RED value IS 179 (70.31% from 255) = 41.92%

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

 BLUE value IS 76 (30.08% from 255) = 17.8%

R = 41.92%
G = 40.28%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B3AC4C (or 0xB3AC4C) is known color: Brass. HEX triplet: B3, AC and 4C. RGB value is (179,172,76). Sum of RGB (Red+Green+Blue) = 179+172+76=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AC4C is #4C53B3. Grayscale: #A3A3A3. Windows color (decimal): -5002164 or 5024947. OLE color: 5024947.

HSL color Cylindrical-coordinate representation of color #B3AC4C: hue angle of 55.92º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3AC4C is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 172 76 -
CMYK 0 0.04 0.58 0.30
HSL 55.92º 0.4% 0.5% -
HSV(B) 55.92º 0.58% 0.7% -
XYZ 34.65 39.61 12.66 -
YUV 163.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 179 172 76 0 0.04 0.58 0.30 55.92 0.4 0.5
Hex B3 AC 4C 0 4 3A 1E 38 28 32
Octal 263 254 114 0 4 72 36 70 50 62
Binary 10110011 10101100 1001100 0 100 111010 11110 111000 101000 110010

Color Harmonies of #B3AC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AC4C

Black with #B3AC4C

Text Example


Text Example

White with #B3AC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AC4C; }

 p { color: rgb(179,172,76); }

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

background-color css

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

 a { background-color: rgb(179,172,76); }

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

border-color css

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

 span { border-color: rgb(179,172,76); }

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