Html Css Color HEX #B3AD3A Brass

📋 copy color: '#B3AD3A'

red 179 ◦ green 173 ◦ blue 58

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

Shades of Brass #B3AD3A

Tints of Brass #B3AD3A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.2%

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

R = 43.66%
G = 42.2%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B3AD3A (or 0xB3AD3A) is known color: Brass. HEX triplet: B3, AD and 3A. RGB value is (179,173,58). Sum of RGB (Red+Green+Blue) = 179+173+58=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AD3A is #4C52C5. Grayscale: #A2A2A2. Windows color (decimal): -5001926 or 3845555. OLE color: 3845555.

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

Color convert

RGB 179 173 58 -
CMYK 0 0.03 0.68 0.30
HSL 57.02º 0.51% 0.46% -
HSV(B) 57.02º 0.68% 0.7% -
XYZ 34.3 39.78 9.87 -
YUV 161.68 69.49 140.35 -
System Red Green Blue C M Y K H S L
Decimal 179 173 58 0 0.03 0.68 0.30 57.02 0.51 0.46
Hex B3 AD 3A 0 3 44 1E 39 33 2E
Octal 263 255 72 0 3 104 36 71 63 56
Binary 10110011 10101101 111010 0 11 1000100 11110 111001 110011 101110

Color Harmonies of #B3AD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AD3A

Black with #B3AD3A

Text Example


Text Example

White with #B3AD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AD3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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