Html Css Color HEX #B4AD3A Brass

📋 copy color: '#B4AD3A'

red 180 ◦ green 173 ◦ blue 58

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

Shades of Brass #B4AD3A

Tints of Brass #B4AD3A

RGB

 RED value IS 180 (70.7% from 255) = 43.8%

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

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

R = 43.8%
G = 42.09%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B4AD3A (or 0xB4AD3A) is known color: Brass. HEX triplet: B4, AD and 3A. RGB value is (180,173,58). Sum of RGB (Red+Green+Blue) = 180+173+58=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AD3A is #4B52C5. Grayscale: #A2A2A2. Windows color (decimal): -4936390 or 3845556. OLE color: 3845556.

HSL color Cylindrical-coordinate representation of color #B4AD3A: hue angle of 56.56º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4AD3A is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 173 58 -
CMYK 0 0.04 0.68 0.29
HSL 56.56º 0.51% 0.47% -
HSV(B) 56.56º 0.68% 0.71% -
XYZ 34.53 39.9 9.88 -
YUV 161.98 69.32 140.85 -
System Red Green Blue C M Y K H S L
Decimal 180 173 58 0 0.04 0.68 0.29 56.56 0.51 0.47
Hex B4 AD 3A 0 4 44 1D 39 33 2F
Octal 264 255 72 0 4 104 35 71 63 57
Binary 10110100 10101101 111010 0 100 1000100 11101 111001 110011 101111

Color Harmonies of #B4AD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AD3A

Black with #B4AD3A

Text Example


Text Example

White with #B4AD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AD3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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