Html Css Color HEX #B5A851 Brass

📋 copy color: '#B5A851'

red 181 ◦ green 168 ◦ blue 81

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

Shades of Brass #B5A851

Tints of Brass #B5A851

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.07%

 BLUE value IS 81 (32.03% from 255) = 18.84%

R = 42.09%
G = 39.07%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B5A851 (or 0xB5A851) is known color: Brass. HEX triplet: B5, A8 and 51. RGB value is (181,168,81). Sum of RGB (Red+Green+Blue) = 181+168+81=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 81 (32.03% from 255 or 18.84% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A851 is #4A57AE. Grayscale: #A2A2A2. Windows color (decimal): -4872111 or 5351605. OLE color: 5351605.

HSL color Cylindrical-coordinate representation of color #B5A851: hue angle of 52.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5A851 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 168 81 -
CMYK 0 0.07 0.55 0.29
HSL 52.2º 0.4% 0.51% -
HSV(B) 52.2º 0.55% 0.71% -
XYZ 34.54 38.42 13.38 -
YUV 161.97 82.31 141.57 -
System Red Green Blue C M Y K H S L
Decimal 181 168 81 0 0.07 0.55 0.29 52.2 0.4 0.51
Hex B5 A8 51 0 7 37 1D 34 28 33
Octal 265 250 121 0 7 67 35 64 50 63
Binary 10110101 10101000 1010001 0 111 110111 11101 110100 101000 110011

Color Harmonies of #B5A851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A851

Black with #B5A851

Text Example


Text Example

White with #B5A851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A851; }

 p { color: rgb(181,168,81); }

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

background-color css

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

 a { background-color: rgb(181,168,81); }

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

border-color css

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

 span { border-color: rgb(181,168,81); }

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