Html Css Color HEX #B5AB41 Brass

📋 copy color: '#B5AB41'

red 181 ◦ green 171 ◦ blue 65

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

Shades of Brass #B5AB41

Tints of Brass #B5AB41

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.01%

 BLUE value IS 65 (25.78% from 255) = 15.59%

R = 43.41%
G = 41.01%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B5AB41 (or 0xB5AB41) is known color: Brass. HEX triplet: B5, AB and 41. RGB value is (181,171,65). Sum of RGB (Red+Green+Blue) = 181+171+65=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AB41 is #4A54BE. Grayscale: #A2A2A2. Windows color (decimal): -4871359 or 4303797. OLE color: 4303797.

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

Color convert

RGB 181 171 65 -
CMYK 0 0.06 0.64 0.29
HSL 54.83º 0.47% 0.48% -
HSV(B) 54.83º 0.64% 0.71% -
XYZ 34.57 39.33 10.77 -
YUV 161.91 73.31 141.62 -
System Red Green Blue C M Y K H S L
Decimal 181 171 65 0 0.06 0.64 0.29 54.83 0.47 0.48
Hex B5 AB 41 0 6 40 1D 37 2F 30
Octal 265 253 101 0 6 100 35 67 57 60
Binary 10110101 10101011 1000001 0 110 1000000 11101 110111 101111 110000

Color Harmonies of #B5AB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AB41

Black with #B5AB41

Text Example


Text Example

White with #B5AB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AB41; }

 p { color: rgb(181,171,65); }

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

background-color css

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

 a { background-color: rgb(181,171,65); }

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

border-color css

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

 span { border-color: rgb(181,171,65); }

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