Html Css Color HEX #B5A748 Brass

📋 copy color: '#B5A748'

red 181 ◦ green 167 ◦ blue 72

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

Shades of Brass #B5A748

Tints of Brass #B5A748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.14%

R = 43.1%
G = 39.76%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B5A748 (or 0xB5A748) is known color: Brass. HEX triplet: B5, A7 and 48. RGB value is (181,167,72). Sum of RGB (Red+Green+Blue) = 181+167+72=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A748 is #4A58B7. Grayscale: #A0A0A0. Windows color (decimal): -4872376 or 4761525. OLE color: 4761525.

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

Color convert

RGB 181 167 72 -
CMYK 0 0.08 0.60 0.29
HSL 52.29º 0.43% 0.5% -
HSV(B) 52.29º 0.6% 0.71% -
XYZ 34.04 37.93 11.66 -
YUV 160.36 78.14 142.72 -
System Red Green Blue C M Y K H S L
Decimal 181 167 72 0 0.08 0.60 0.29 52.29 0.43 0.5
Hex B5 A7 48 0 8 3C 1D 34 2B 32
Octal 265 247 110 0 10 74 35 64 53 62
Binary 10110101 10100111 1001000 0 1000 111100 11101 110100 101011 110010

Color Harmonies of #B5A748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A748

Black with #B5A748

Text Example


Text Example

White with #B5A748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A748; }

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

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

background-color css

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

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

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

border-color css

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

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

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