Html Css Color HEX #B4A443 Brass

📋 copy color: '#B4A443'

red 180 ◦ green 164 ◦ blue 67

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

Shades of Brass #B4A443

Tints of Brass #B4A443

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.9%

 BLUE value IS 67 (26.56% from 255) = 16.3%

R = 43.8%
G = 39.9%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B4A443 (or 0xB4A443) is known color: Brass. HEX triplet: B4, A4 and 43. RGB value is (180,164,67). Sum of RGB (Red+Green+Blue) = 180+164+67=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 67 (26.56% from 255 or 16.30% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A443 is #4B5BBC. Grayscale: #9E9E9E. Windows color (decimal): -4938685 or 4433076. OLE color: 4433076.

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

Color convert

RGB 180 164 67 -
CMYK 0 0.09 0.63 0.29
HSL 51.5º 0.46% 0.48% -
HSV(B) 51.5º 0.63% 0.71% -
XYZ 33.11 36.66 10.64 -
YUV 157.73 76.8 143.89 -
System Red Green Blue C M Y K H S L
Decimal 180 164 67 0 0.09 0.63 0.29 51.5 0.46 0.48
Hex B4 A4 43 0 9 3F 1D 34 2E 30
Octal 264 244 103 0 11 77 35 64 56 60
Binary 10110100 10100100 1000011 0 1001 111111 11101 110100 101110 110000

Color Harmonies of #B4A443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A443

Black with #B4A443

Text Example


Text Example

White with #B4A443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A443; }

 p { color: rgb(180,164,67); }

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

background-color css

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

 a { background-color: rgb(180,164,67); }

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

border-color css

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

 span { border-color: rgb(180,164,67); }

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