Html Css Color HEX #B3AC41 Brass

📋 copy color: '#B3AC41'

red 179 ◦ green 172 ◦ blue 65

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

Shades of Brass #B3AC41

Tints of Brass #B3AC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.63%

R = 43.03%
G = 41.35%
B = 15.63%

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

#B3AC41 (or 0xB3AC41) is known color: Brass. HEX triplet: B3, AC and 41. RGB value is (179,172,65). Sum of RGB (Red+Green+Blue) = 179+172+65=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AC41 is #4C53BE. Grayscale: #A2A2A2. Windows color (decimal): -5002175 or 4304051. OLE color: 4304051.

HSL color Cylindrical-coordinate representation of color #B3AC41: hue angle of 56.32º 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 #B3AC41 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 172 65 -
CMYK 0 0.04 0.64 0.30
HSL 56.32º 0.47% 0.48% -
HSV(B) 56.32º 0.64% 0.7% -
XYZ 34.3 39.47 10.81 -
YUV 161.9 73.32 140.2 -
System Red Green Blue C M Y K H S L
Decimal 179 172 65 0 0.04 0.64 0.30 56.32 0.47 0.48
Hex B3 AC 41 0 4 40 1E 38 2F 30
Octal 263 254 101 0 4 100 36 70 57 60
Binary 10110011 10101100 1000001 0 100 1000000 11110 111000 101111 110000

Color Harmonies of #B3AC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AC41

Black with #B3AC41

Text Example


Text Example

White with #B3AC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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