Html Css Color HEX #B3AC3E Brass

📋 copy color: '#B3AC3E'

red 179 ◦ green 172 ◦ blue 62

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

Shades of Brass #B3AC3E

Tints of Brass #B3AC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.01%

R = 43.34%
G = 41.65%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3AC3E (or 0xB3AC3E) is known color: Brass. HEX triplet: B3, AC and 3E. RGB value is (179,172,62). Sum of RGB (Red+Green+Blue) = 179+172+62=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AC3E is #4C53C1. Grayscale: #A1A1A1. Windows color (decimal): -5002178 or 4107443. OLE color: 4107443.

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

Color convert

RGB 179 172 62 -
CMYK 0 0.04 0.65 0.30
HSL 56.41º 0.49% 0.47% -
HSV(B) 56.41º 0.65% 0.7% -
XYZ 34.21 39.44 10.37 -
YUV 161.55 71.82 140.44 -
System Red Green Blue C M Y K H S L
Decimal 179 172 62 0 0.04 0.65 0.30 56.41 0.49 0.47
Hex B3 AC 3E 0 4 41 1E 38 31 2F
Octal 263 254 76 0 4 101 36 70 61 57
Binary 10110011 10101100 111110 0 100 1000001 11110 111000 110001 101111

Color Harmonies of #B3AC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AC3E

Black with #B3AC3E

Text Example


Text Example

White with #B3AC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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