Html Css Color HEX #B4A63A Brass

📋 copy color: '#B4A63A'

red 180 ◦ green 166 ◦ blue 58

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

Shades of Brass #B4A63A

Tints of Brass #B4A63A

RGB

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

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

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

R = 44.55%
G = 41.09%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B4A63A (or 0xB4A63A) is known color: Brass. HEX triplet: B4, A6 and 3A. RGB value is (180,166,58). Sum of RGB (Red+Green+Blue) = 180+166+58=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 58 (23.05% from 255 or 14.36% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A63A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A63A is #4B59C5. Grayscale: #9E9E9E. Windows color (decimal): -4938182 or 3843764. OLE color: 3843764.

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

Color convert

RGB 180 166 58 -
CMYK 0 0.08 0.68 0.29
HSL 53.11º 0.51% 0.47% -
HSV(B) 53.11º 0.68% 0.71% -
XYZ 33.22 37.28 9.45 -
YUV 157.87 71.64 143.78 -
System Red Green Blue C M Y K H S L
Decimal 180 166 58 0 0.08 0.68 0.29 53.11 0.51 0.47
Hex B4 A6 3A 0 8 44 1D 35 33 2F
Octal 264 246 72 0 10 104 35 65 63 57
Binary 10110100 10100110 111010 0 1000 1000100 11101 110101 110011 101111

Color Harmonies of #B4A63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A63A

Black with #B4A63A

Text Example


Text Example

White with #B4A63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A63A; }

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

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

background-color css

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

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

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

border-color css

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

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

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