Html Css Color HEX #B3A63F Brass

📋 copy color: '#B3A63F'

red 179 ◦ green 166 ◦ blue 63

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

Shades of Brass #B3A63F

Tints of Brass #B3A63F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.44%

R = 43.87%
G = 40.69%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3A63F (or 0xB3A63F) is known color: Brass. HEX triplet: B3, A6 and 3F. RGB value is (179,166,63). Sum of RGB (Red+Green+Blue) = 179+166+63=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 63 (25% from 255 or 15.44% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A63F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A63F is #4C59C0. Grayscale: #9E9E9E. Windows color (decimal): -5003713 or 4171443. OLE color: 4171443.

HSL color Cylindrical-coordinate representation of color #B3A63F: hue angle of 53.28º degrees, saturation: 0.48, 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 #B3A63F is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 166 63 -
CMYK 0 0.07 0.65 0.30
HSL 53.28º 0.48% 0.47% -
HSV(B) 53.28º 0.65% 0.7% -
XYZ 33.12 37.22 10.14 -
YUV 158.15 74.31 142.88 -
System Red Green Blue C M Y K H S L
Decimal 179 166 63 0 0.07 0.65 0.30 53.28 0.48 0.47
Hex B3 A6 3F 0 7 41 1E 35 30 2F
Octal 263 246 77 0 7 101 36 65 60 57
Binary 10110011 10100110 111111 0 111 1000001 11110 110101 110000 101111

Color Harmonies of #B3A63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A63F

Black with #B3A63F

Text Example


Text Example

White with #B3A63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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