Html Css Color HEX #B5A03C Brass

📋 copy color: '#B5A03C'

red 181 ◦ green 160 ◦ blue 60

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

Shades of Brass #B5A03C

Tints of Brass #B5A03C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.96%

R = 45.14%
G = 39.9%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5A03C (or 0xB5A03C) is known color: Brass. HEX triplet: B5, A0 and 3C. RGB value is (181,160,60). Sum of RGB (Red+Green+Blue) = 181+160+60=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A03C is #4A5FC3. Grayscale: #9B9B9B. Windows color (decimal): -4874180 or 3973301. OLE color: 3973301.

HSL color Cylindrical-coordinate representation of color #B5A03C: hue angle of 49.59º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5A03C is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 160 60 -
CMYK 0 0.12 0.67 0.29
HSL 49.59º 0.5% 0.47% -
HSV(B) 49.59º 0.67% 0.71% -
XYZ 32.44 35.29 9.38 -
YUV 154.88 74.46 146.63 -
System Red Green Blue C M Y K H S L
Decimal 181 160 60 0 0.12 0.67 0.29 49.59 0.5 0.47
Hex B5 A0 3C 0 C 43 1D 32 32 2F
Octal 265 240 74 0 14 103 35 62 62 57
Binary 10110101 10100000 111100 0 1100 1000011 11101 110010 110010 101111

Color Harmonies of #B5A03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A03C

Black with #B5A03C

Text Example


Text Example

White with #B5A03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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