Html Css Color HEX #B5AB50 Brass

📋 copy color: '#B5AB50'

red 181 ◦ green 171 ◦ blue 80

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

Shades of Brass #B5AB50

Tints of Brass #B5AB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.52%

R = 41.9%
G = 39.58%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B5AB50 (or 0xB5AB50) is known color: Brass. HEX triplet: B5, AB and 50. RGB value is (181,171,80). Sum of RGB (Red+Green+Blue) = 181+171+80=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AB50 is #4A54AF. Grayscale: #A3A3A3. Windows color (decimal): -4871344 or 5286837. OLE color: 5286837.

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

Color convert

RGB 181 171 80 -
CMYK 0 0.06 0.56 0.29
HSL 54.06º 0.41% 0.51% -
HSV(B) 54.06º 0.56% 0.71% -
XYZ 35.07 39.53 13.37 -
YUV 163.62 80.81 140.4 -
System Red Green Blue C M Y K H S L
Decimal 181 171 80 0 0.06 0.56 0.29 54.06 0.41 0.51
Hex B5 AB 50 0 6 38 1D 36 29 33
Octal 265 253 120 0 6 70 35 66 51 63
Binary 10110101 10101011 1010000 0 110 111000 11101 110110 101001 110011

Color Harmonies of #B5AB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AB50

Black with #B5AB50

Text Example


Text Example

White with #B5AB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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