Html Css Color HEX #B4A946 Brass

📋 copy color: '#B4A946'

red 180 ◦ green 169 ◦ blue 70

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

Shades of Brass #B4A946

Tints of Brass #B4A946

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.33%

 BLUE value IS 70 (27.73% from 255) = 16.71%

R = 42.96%
G = 40.33%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B4A946 (or 0xB4A946) is known color: Brass. HEX triplet: B4, A9 and 46. RGB value is (180,169,70). Sum of RGB (Red+Green+Blue) = 180+169+70=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 70 (27.73% from 255 or 16.71% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A946 is #4B56B9. Grayscale: #A1A1A1. Windows color (decimal): -4937402 or 4630964. OLE color: 4630964.

HSL color Cylindrical-coordinate representation of color #B4A946: hue angle of 54º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B4A946 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 169 70 -
CMYK 0 0.06 0.61 0.29
HSL 54º 0.44% 0.49% -
HSV(B) 54º 0.61% 0.71% -
XYZ 34.12 38.52 11.43 -
YUV 161 76.64 141.55 -
System Red Green Blue C M Y K H S L
Decimal 180 169 70 0 0.06 0.61 0.29 54 0.44 0.49
Hex B4 A9 46 0 6 3D 1D 36 2C 31
Octal 264 251 106 0 6 75 35 66 54 61
Binary 10110100 10101001 1000110 0 110 111101 11101 110110 101100 110001

Color Harmonies of #B4A946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A946

Black with #B4A946

Text Example


Text Example

White with #B4A946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A946; }

 p { color: rgb(180,169,70); }

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

background-color css

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

 a { background-color: rgb(180,169,70); }

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

border-color css

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

 span { border-color: rgb(180,169,70); }

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