Html Css Color HEX #B5AB43 Brass

📋 copy color: '#B5AB43'

red 181 ◦ green 171 ◦ blue 67

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

Shades of Brass #B5AB43

Tints of Brass #B5AB43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.99%

R = 43.2%
G = 40.81%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B5AB43 (or 0xB5AB43) is known color: Brass. HEX triplet: B5, AB and 43. RGB value is (181,171,67). Sum of RGB (Red+Green+Blue) = 181+171+67=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 67 (26.56% from 255 or 15.99% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AB43 is #4A54BC. Grayscale: #A2A2A2. Windows color (decimal): -4871357 or 4434869. OLE color: 4434869.

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

Color convert

RGB 181 171 67 -
CMYK 0 0.06 0.63 0.29
HSL 54.74º 0.46% 0.49% -
HSV(B) 54.74º 0.63% 0.71% -
XYZ 34.63 39.35 11.08 -
YUV 162.13 74.31 141.46 -
System Red Green Blue C M Y K H S L
Decimal 181 171 67 0 0.06 0.63 0.29 54.74 0.46 0.49
Hex B5 AB 43 0 6 3F 1D 37 2E 31
Octal 265 253 103 0 6 77 35 67 56 61
Binary 10110101 10101011 1000011 0 110 111111 11101 110111 101110 110001

Color Harmonies of #B5AB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AB43

Black with #B5AB43

Text Example


Text Example

White with #B5AB43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AB43; }

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

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

background-color css

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

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

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

border-color css

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

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

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