Html Css Color HEX #B3AC3A Brass

📋 copy color: '#B3AC3A'

red 179 ◦ green 172 ◦ blue 58

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

Shades of Brass #B3AC3A

Tints of Brass #B3AC3A

RGB

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

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

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

R = 43.77%
G = 42.05%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B3AC3A (or 0xB3AC3A) is known color: Brass. HEX triplet: B3, AC and 3A. RGB value is (179,172,58). Sum of RGB (Red+Green+Blue) = 179+172+58=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AC3A is #4C53C5. Grayscale: #A1A1A1. Windows color (decimal): -5002182 or 3845299. OLE color: 3845299.

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

Color convert

RGB 179 172 58 -
CMYK 0 0.04 0.68 0.30
HSL 56.53º 0.51% 0.46% -
HSV(B) 56.53º 0.68% 0.7% -
XYZ 34.11 39.39 9.81 -
YUV 161.1 69.82 140.77 -
System Red Green Blue C M Y K H S L
Decimal 179 172 58 0 0.04 0.68 0.30 56.53 0.51 0.46
Hex B3 AC 3A 0 4 44 1E 39 33 2E
Octal 263 254 72 0 4 104 36 71 63 56
Binary 10110011 10101100 111010 0 100 1000100 11110 111001 110011 101110

Color Harmonies of #B3AC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AC3A

Black with #B3AC3A

Text Example


Text Example

White with #B3AC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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