Html Css Color HEX #B2AB33 Brass

📋 copy color: '#B2AB33'

red 178 ◦ green 171 ◦ blue 51

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

Shades of Brass #B2AB33

Tints of Brass #B2AB33

RGB

 RED value IS 178 (69.92% from 255) = 44.5%

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

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

R = 44.5%
G = 42.75%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B2AB33 (or 0xB2AB33) is known color: Brass. HEX triplet: B2, AB and 33. RGB value is (178,171,51). Sum of RGB (Red+Green+Blue) = 178+171+51=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB33 is #4D54CC. Grayscale: #9F9F9F. Windows color (decimal): -5067981 or 3386290. OLE color: 3386290.

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

Color convert

RGB 178 171 51 -
CMYK 0 0.04 0.71 0.30
HSL 56.69º 0.55% 0.45% -
HSV(B) 56.69º 0.71% 0.7% -
XYZ 33.52 38.83 8.86 -
YUV 159.41 66.82 141.26 -
System Red Green Blue C M Y K H S L
Decimal 178 171 51 0 0.04 0.71 0.30 56.69 0.55 0.45
Hex B2 AB 33 0 4 47 1E 39 37 2D
Octal 262 253 63 0 4 107 36 71 67 55
Binary 10110010 10101011 110011 0 100 1000111 11110 111001 110111 101101

Color Harmonies of #B2AB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB33

Black with #B2AB33

Text Example


Text Example

White with #B2AB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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