Html Css Color HEX #B5AB33 Brass

📋 copy color: '#B5AB33'

red 181 ◦ green 171 ◦ blue 51

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

Shades of Brass #B5AB33

Tints of Brass #B5AB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.66%

R = 44.91%
G = 42.43%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B5AB33 (or 0xB5AB33) is known color: Brass. HEX triplet: B5, AB and 33. RGB value is (181,171,51). Sum of RGB (Red+Green+Blue) = 181+171+51=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AB33 is #4A54CC. Grayscale: #A0A0A0. Windows color (decimal): -4871373 or 3386293. OLE color: 3386293.

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

Color convert

RGB 181 171 51 -
CMYK 0 0.06 0.72 0.29
HSL 55.38º 0.56% 0.45% -
HSV(B) 55.38º 0.72% 0.71% -
XYZ 34.22 39.19 8.89 -
YUV 160.31 66.31 142.76 -
System Red Green Blue C M Y K H S L
Decimal 181 171 51 0 0.06 0.72 0.29 55.38 0.56 0.45
Hex B5 AB 33 0 6 48 1D 37 38 2D
Octal 265 253 63 0 6 110 35 67 70 55
Binary 10110101 10101011 110011 0 110 1001000 11101 110111 111000 101101

Color Harmonies of #B5AB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AB33

Black with #B5AB33

Text Example


Text Example

White with #B5AB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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