Html Css Color HEX #B3A03A Brass

📋 copy color: '#B3A03A'

red 179 ◦ green 160 ◦ blue 58

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

Shades of Brass #B3A03A

Tints of Brass #B3A03A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.3%

 BLUE value IS 58 (23.05% from 255) = 14.61%

R = 45.09%
G = 40.3%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B3A03A (or 0xB3A03A) is known color: Brass. HEX triplet: B3, A0 and 3A. RGB value is (179,160,58). Sum of RGB (Red+Green+Blue) = 179+160+58=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A03A is #4C5FC5. Grayscale: #9A9A9A. Windows color (decimal): -5005254 or 3842227. OLE color: 3842227.

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

Color convert

RGB 179 160 58 -
CMYK 0 0.11 0.68 0.30
HSL 50.58º 0.51% 0.46% -
HSV(B) 50.58º 0.68% 0.7% -
XYZ 31.92 35.03 9.08 -
YUV 154.05 73.79 145.79 -
System Red Green Blue C M Y K H S L
Decimal 179 160 58 0 0.11 0.68 0.30 50.58 0.51 0.46
Hex B3 A0 3A 0 B 44 1E 33 33 2E
Octal 263 240 72 0 13 104 36 63 63 56
Binary 10110011 10100000 111010 0 1011 1000100 11110 110011 110011 101110

Color Harmonies of #B3A03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A03A

Black with #B3A03A

Text Example


Text Example

White with #B3A03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A03A; }

 p { color: rgb(179,160,58); }

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

background-color css

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

 a { background-color: rgb(179,160,58); }

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

border-color css

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

 span { border-color: rgb(179,160,58); }

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