Html Css Color HEX #B5A73F Brass

📋 copy color: '#B5A73F'

red 181 ◦ green 167 ◦ blue 63

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

Shades of Brass #B5A73F

Tints of Brass #B5A73F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.63%

 BLUE value IS 63 (25% from 255) = 15.33%

R = 44.04%
G = 40.63%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B5A73F (or 0xB5A73F) is known color: Brass. HEX triplet: B5, A7 and 3F. RGB value is (181,167,63). Sum of RGB (Red+Green+Blue) = 181+167+63=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A73F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A73F is #4A58C0. Grayscale: #9F9F9F. Windows color (decimal): -4872385 or 4171701. OLE color: 4171701.

HSL color Cylindrical-coordinate representation of color #B5A73F: hue angle of 52.88º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5A73F is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 167 63 -
CMYK 0 0.08 0.65 0.29
HSL 52.88º 0.48% 0.48% -
HSV(B) 52.88º 0.65% 0.71% -
XYZ 33.77 37.82 10.22 -
YUV 159.33 73.64 143.46 -
System Red Green Blue C M Y K H S L
Decimal 181 167 63 0 0.08 0.65 0.29 52.88 0.48 0.48
Hex B5 A7 3F 0 8 41 1D 35 30 30
Octal 265 247 77 0 10 101 35 65 60 60
Binary 10110101 10100111 111111 0 1000 1000001 11101 110101 110000 110000

Color Harmonies of #B5A73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A73F

Black with #B5A73F

Text Example


Text Example

White with #B5A73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A73F; }

 p { color: rgb(181,167,63); }

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

background-color css

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

 a { background-color: rgb(181,167,63); }

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

border-color css

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

 span { border-color: rgb(181,167,63); }

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