Html Css Color HEX #B5AB34 Brass

📋 copy color: '#B5AB34'

red 181 ◦ green 171 ◦ blue 52

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

Shades of Brass #B5AB34

Tints of Brass #B5AB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.87%

R = 44.8%
G = 42.33%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B5AB34 (or 0xB5AB34) is known color: Brass. HEX triplet: B5, AB and 34. RGB value is (181,171,52). Sum of RGB (Red+Green+Blue) = 181+171+52=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AB34 is #4A54CB. Grayscale: #A0A0A0. Windows color (decimal): -4871372 or 3451829. OLE color: 3451829.

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

Color convert

RGB 181 171 52 -
CMYK 0 0.06 0.71 0.29
HSL 55.35º 0.55% 0.46% -
HSV(B) 55.35º 0.71% 0.71% -
XYZ 34.24 39.2 9.01 -
YUV 160.42 66.81 142.68 -
System Red Green Blue C M Y K H S L
Decimal 181 171 52 0 0.06 0.71 0.29 55.35 0.55 0.46
Hex B5 AB 34 0 6 47 1D 37 37 2E
Octal 265 253 64 0 6 107 35 67 67 56
Binary 10110101 10101011 110100 0 110 1000111 11101 110111 110111 101110

Color Harmonies of #B5AB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AB34

Black with #B5AB34

Text Example


Text Example

White with #B5AB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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