Html Css Color HEX #B3AC40 Brass

📋 copy color: '#B3AC40'

red 179 ◦ green 172 ◦ blue 64

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

Shades of Brass #B3AC40

Tints of Brass #B3AC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.42%

R = 43.13%
G = 41.45%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B3AC40 (or 0xB3AC40) is known color: Brass. HEX triplet: B3, AC and 40. RGB value is (179,172,64). Sum of RGB (Red+Green+Blue) = 179+172+64=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AC40 is #4C53BF. Grayscale: #A2A2A2. Windows color (decimal): -5002176 or 4238515. OLE color: 4238515.

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

Color convert

RGB 179 172 64 -
CMYK 0 0.04 0.64 0.30
HSL 56.35º 0.47% 0.48% -
HSV(B) 56.35º 0.64% 0.7% -
XYZ 34.27 39.46 10.66 -
YUV 161.78 72.82 140.28 -
System Red Green Blue C M Y K H S L
Decimal 179 172 64 0 0.04 0.64 0.30 56.35 0.47 0.48
Hex B3 AC 40 0 4 40 1E 38 2F 30
Octal 263 254 100 0 4 100 36 70 57 60
Binary 10110011 10101100 1000000 0 100 1000000 11110 111000 101111 110000

Color Harmonies of #B3AC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AC40

Black with #B3AC40

Text Example


Text Example

White with #B3AC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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