Html Css Color HEX #B3A63C Brass

📋 copy color: '#B3A63C'

red 179 ◦ green 166 ◦ blue 60

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

Shades of Brass #B3A63C

Tints of Brass #B3A63C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.99%

 BLUE value IS 60 (23.83% from 255) = 14.81%

R = 44.2%
G = 40.99%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3A63C (or 0xB3A63C) is known color: Brass. HEX triplet: B3, A6 and 3C. RGB value is (179,166,60). Sum of RGB (Red+Green+Blue) = 179+166+60=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 60 (23.83% from 255 or 14.81% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A63C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A63C is #4C59C3. Grayscale: #9E9E9E. Windows color (decimal): -5003716 or 3974835. OLE color: 3974835.

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

Color convert

RGB 179 166 60 -
CMYK 0 0.07 0.66 0.30
HSL 53.45º 0.5% 0.47% -
HSV(B) 53.45º 0.66% 0.7% -
XYZ 33.04 37.18 9.71 -
YUV 157.8 72.81 143.12 -
System Red Green Blue C M Y K H S L
Decimal 179 166 60 0 0.07 0.66 0.30 53.45 0.5 0.47
Hex B3 A6 3C 0 7 42 1E 35 32 2F
Octal 263 246 74 0 7 102 36 65 62 57
Binary 10110011 10100110 111100 0 111 1000010 11110 110101 110010 101111

Color Harmonies of #B3A63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A63C

Black with #B3A63C

Text Example


Text Example

White with #B3A63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A63C; }

 p { color: rgb(179,166,60); }

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

background-color css

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

 a { background-color: rgb(179,166,60); }

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

border-color css

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

 span { border-color: rgb(179,166,60); }

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