Html Css Color HEX #B3AB33 Brass

📋 copy color: '#B3AB33'

red 179 ◦ green 171 ◦ blue 51

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

Shades of Brass #B3AB33

Tints of Brass #B3AB33

RGB

 RED value IS 179 (70.31% from 255) = 44.64%

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

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

R = 44.64%
G = 42.64%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B3AB33 (or 0xB3AB33) is known color: Brass. HEX triplet: B3, AB and 33. RGB value is (179,171,51). Sum of RGB (Red+Green+Blue) = 179+171+51=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AB33 is #4C54CC. Grayscale: #A0A0A0. Windows color (decimal): -5002445 or 3386291. OLE color: 3386291.

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

Color convert

RGB 179 171 51 -
CMYK 0 0.04 0.72 0.30
HSL 56.25º 0.56% 0.45% -
HSV(B) 56.25º 0.72% 0.7% -
XYZ 33.75 38.95 8.87 -
YUV 159.71 66.65 141.76 -
System Red Green Blue C M Y K H S L
Decimal 179 171 51 0 0.04 0.72 0.30 56.25 0.56 0.45
Hex B3 AB 33 0 4 48 1E 38 38 2D
Octal 263 253 63 0 4 110 36 70 70 55
Binary 10110011 10101011 110011 0 100 1001000 11110 111000 111000 101101

Color Harmonies of #B3AB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AB33

Black with #B3AB33

Text Example


Text Example

White with #B3AB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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