Html Css Color HEX #B3A642 Brass

📋 copy color: '#B3A642'

red 179 ◦ green 166 ◦ blue 66

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

Shades of Brass #B3A642

Tints of Brass #B3A642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.06%

R = 43.55%
G = 40.39%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B3A642 (or 0xB3A642) is known color: Brass. HEX triplet: B3, A6 and 42. RGB value is (179,166,66). Sum of RGB (Red+Green+Blue) = 179+166+66=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A642 is #4C59BD. Grayscale: #9E9E9E. Windows color (decimal): -5003710 or 4368051. OLE color: 4368051.

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

Color convert

RGB 179 166 66 -
CMYK 0 0.07 0.63 0.30
HSL 53.1º 0.46% 0.48% -
HSV(B) 53.1º 0.63% 0.7% -
XYZ 33.21 37.25 10.59 -
YUV 158.49 75.81 142.63 -
System Red Green Blue C M Y K H S L
Decimal 179 166 66 0 0.07 0.63 0.30 53.1 0.46 0.48
Hex B3 A6 42 0 7 3F 1E 35 2E 30
Octal 263 246 102 0 7 77 36 65 56 60
Binary 10110011 10100110 1000010 0 111 111111 11110 110101 101110 110000

Color Harmonies of #B3A642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A642

Black with #B3A642

Text Example


Text Example

White with #B3A642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A642; }

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

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

background-color css

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

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

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

border-color css

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

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

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