Html Css Color HEX #B5A044 Brass

📋 copy color: '#B5A044'

red 181 ◦ green 160 ◦ blue 68

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

Shades of Brass #B5A044

Tints of Brass #B5A044

RGB

 RED value IS 181 (71.09% from 255) = 44.25%

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

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

R = 44.25%
G = 39.12%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B5A044 (or 0xB5A044) is known color: Brass. HEX triplet: B5, A0 and 44. RGB value is (181,160,68). Sum of RGB (Red+Green+Blue) = 181+160+68=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 68 (26.95% from 255 or 16.63% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A044 is #4A5FBB. Grayscale: #9C9C9C. Windows color (decimal): -4874172 or 4497589. OLE color: 4497589.

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

Color convert

RGB 181 160 68 -
CMYK 0 0.12 0.62 0.29
HSL 48.85º 0.45% 0.49% -
HSV(B) 48.85º 0.62% 0.71% -
XYZ 32.67 35.38 10.58 -
YUV 155.79 78.46 145.98 -
System Red Green Blue C M Y K H S L
Decimal 181 160 68 0 0.12 0.62 0.29 48.85 0.45 0.49
Hex B5 A0 44 0 C 3E 1D 31 2D 31
Octal 265 240 104 0 14 76 35 61 55 61
Binary 10110101 10100000 1000100 0 1100 111110 11101 110001 101101 110001

Color Harmonies of #B5A044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A044

Black with #B5A044

Text Example


Text Example

White with #B5A044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A044; }

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

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

background-color css

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

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

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

border-color css

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

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

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