Html Css Color HEX #B4A144 Brass

📋 copy color: '#B4A144'

red 180 ◦ green 161 ◦ blue 68

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

Shades of Brass #B4A144

Tints of Brass #B4A144

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.36%

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

R = 44.01%
G = 39.36%
B = 16.63%

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

#B4A144 (or 0xB4A144) is known color: Brass. HEX triplet: B4, A1 and 44. RGB value is (180,161,68). Sum of RGB (Red+Green+Blue) = 180+161+68=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 68 (26.95% from 255 or 16.63% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A144 is #4B5EBB. Grayscale: #9C9C9C. Windows color (decimal): -4939452 or 4497844. OLE color: 4497844.

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

Color convert

RGB 180 161 68 -
CMYK 0 0.11 0.62 0.29
HSL 49.82º 0.45% 0.49% -
HSV(B) 49.82º 0.62% 0.71% -
XYZ 32.61 35.61 10.62 -
YUV 156.08 78.29 145.06 -
System Red Green Blue C M Y K H S L
Decimal 180 161 68 0 0.11 0.62 0.29 49.82 0.45 0.49
Hex B4 A1 44 0 B 3E 1D 32 2D 31
Octal 264 241 104 0 13 76 35 62 55 61
Binary 10110100 10100001 1000100 0 1011 111110 11101 110010 101101 110001

Color Harmonies of #B4A144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A144

Black with #B4A144

Text Example


Text Example

White with #B4A144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A144; }

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

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

background-color css

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

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

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

border-color css

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

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

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