Html Css Color HEX #B3A63E Brass

📋 copy color: '#B3A63E'

red 179 ◦ green 166 ◦ blue 62

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

Shades of Brass #B3A63E

Tints of Brass #B3A63E

RGB

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

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

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

R = 43.98%
G = 40.79%
B = 15.23%

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

#B3A63E (or 0xB3A63E) is known color: Brass. HEX triplet: B3, A6 and 3E. RGB value is (179,166,62). Sum of RGB (Red+Green+Blue) = 179+166+62=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A63E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A63E is #4C59C1. Grayscale: #9E9E9E. Windows color (decimal): -5003714 or 4105907. OLE color: 4105907.

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

Color convert

RGB 179 166 62 -
CMYK 0 0.07 0.65 0.30
HSL 53.33º 0.49% 0.47% -
HSV(B) 53.33º 0.65% 0.7% -
XYZ 33.1 37.2 9.99 -
YUV 158.03 73.81 142.96 -
System Red Green Blue C M Y K H S L
Decimal 179 166 62 0 0.07 0.65 0.30 53.33 0.49 0.47
Hex B3 A6 3E 0 7 41 1E 35 31 2F
Octal 263 246 76 0 7 101 36 65 61 57
Binary 10110011 10100110 111110 0 111 1000001 11110 110101 110001 101111

Color Harmonies of #B3A63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A63E

Black with #B3A63E

Text Example


Text Example

White with #B3A63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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