Html Css Color HEX #B4A044 Brass

📋 copy color: '#B4A044'

red 180 ◦ green 160 ◦ blue 68

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

Shades of Brass #B4A044

Tints of Brass #B4A044

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.22%

 BLUE value IS 68 (26.95% from 255) = 16.67%

R = 44.12%
G = 39.22%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B4A044 (or 0xB4A044) is known color: Brass. HEX triplet: B4, A0 and 44. RGB value is (180,160,68). Sum of RGB (Red+Green+Blue) = 180+160+68=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 68 (26.95% from 255 or 16.67% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A044 is #4B5FBB. Grayscale: #9B9B9B. Windows color (decimal): -4939708 or 4497588. OLE color: 4497588.

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

Color convert

RGB 180 160 68 -
CMYK 0 0.11 0.62 0.29
HSL 49.29º 0.45% 0.49% -
HSV(B) 49.29º 0.62% 0.71% -
XYZ 32.44 35.26 10.57 -
YUV 155.49 78.63 145.48 -
System Red Green Blue C M Y K H S L
Decimal 180 160 68 0 0.11 0.62 0.29 49.29 0.45 0.49
Hex B4 A0 44 0 B 3E 1D 31 2D 31
Octal 264 240 104 0 13 76 35 61 55 61
Binary 10110100 10100000 1000100 0 1011 111110 11101 110001 101101 110001

Color Harmonies of #B4A044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A044

Black with #B4A044

Text Example


Text Example

White with #B4A044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A044; }

 p { color: rgb(180,160,68); }

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

background-color css

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

 a { background-color: rgb(180,160,68); }

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

border-color css

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

 span { border-color: rgb(180,160,68); }

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