Html Css Color HEX #B5A045 Brass

📋 copy color: '#B5A045'

red 181 ◦ green 160 ◦ blue 69

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

Shades of Brass #B5A045

Tints of Brass #B5A045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.83%

R = 44.15%
G = 39.02%
B = 16.83%

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

#B5A045 (or 0xB5A045) is known color: Brass. HEX triplet: B5, A0 and 45. RGB value is (181,160,69). Sum of RGB (Red+Green+Blue) = 181+160+69=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A045 is #4A5FBA. Grayscale: #9C9C9C. Windows color (decimal): -4874171 or 4563125. OLE color: 4563125.

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

Color convert

RGB 181 160 69 -
CMYK 0 0.12 0.62 0.29
HSL 48.75º 0.45% 0.49% -
HSV(B) 48.75º 0.62% 0.71% -
XYZ 32.7 35.4 10.74 -
YUV 155.91 78.96 145.9 -
System Red Green Blue C M Y K H S L
Decimal 181 160 69 0 0.12 0.62 0.29 48.75 0.45 0.49
Hex B5 A0 45 0 C 3E 1D 31 2D 31
Octal 265 240 105 0 14 76 35 61 55 61
Binary 10110101 10100000 1000101 0 1100 111110 11101 110001 101101 110001

Color Harmonies of #B5A045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A045

Black with #B5A045

Text Example


Text Example

White with #B5A045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A045; }

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

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

background-color css

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

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

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

border-color css

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

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

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