Html Css Color HEX #B3AC42 Brass

📋 copy color: '#B3AC42'

red 179 ◦ green 172 ◦ blue 66

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

Shades of Brass #B3AC42

Tints of Brass #B3AC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.83%

R = 42.93%
G = 41.25%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B3AC42 (or 0xB3AC42) is known color: Brass. HEX triplet: B3, AC and 42. RGB value is (179,172,66). Sum of RGB (Red+Green+Blue) = 179+172+66=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AC42 is #4C53BD. Grayscale: #A2A2A2. Windows color (decimal): -5002174 or 4369587. OLE color: 4369587.

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

Color convert

RGB 179 172 66 -
CMYK 0 0.04 0.63 0.30
HSL 56.28º 0.46% 0.48% -
HSV(B) 56.28º 0.63% 0.7% -
XYZ 34.33 39.48 10.97 -
YUV 162.01 73.82 140.12 -
System Red Green Blue C M Y K H S L
Decimal 179 172 66 0 0.04 0.63 0.30 56.28 0.46 0.48
Hex B3 AC 42 0 4 3F 1E 38 2E 30
Octal 263 254 102 0 4 77 36 70 56 60
Binary 10110011 10101100 1000010 0 100 111111 11110 111000 101110 110000

Color Harmonies of #B3AC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AC42

Black with #B3AC42

Text Example


Text Example

White with #B3AC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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