Html Css Color HEX #B2AB32 Brass

📋 copy color: '#B2AB32'

red 178 ◦ green 171 ◦ blue 50

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

Shades of Brass #B2AB32

Tints of Brass #B2AB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.53%

R = 44.61%
G = 42.86%
B = 12.53%

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

#B2AB32 (or 0xB2AB32) is known color: Brass. HEX triplet: B2, AB and 32. RGB value is (178,171,50). Sum of RGB (Red+Green+Blue) = 178+171+50=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB32 is #4D54CD. Grayscale: #9F9F9F. Windows color (decimal): -5067982 or 3320754. OLE color: 3320754.

HSL color Cylindrical-coordinate representation of color #B2AB32: hue angle of 56.72º 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 #B2AB32 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 171 50 -
CMYK 0 0.04 0.72 0.30
HSL 56.72º 0.56% 0.45% -
HSV(B) 56.72º 0.72% 0.7% -
XYZ 33.5 38.82 8.75 -
YUV 159.3 66.32 141.34 -
System Red Green Blue C M Y K H S L
Decimal 178 171 50 0 0.04 0.72 0.30 56.72 0.56 0.45
Hex B2 AB 32 0 4 48 1E 39 38 2D
Octal 262 253 62 0 4 110 36 71 70 55
Binary 10110010 10101011 110010 0 100 1001000 11110 111001 111000 101101

Color Harmonies of #B2AB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB32

Black with #B2AB32

Text Example


Text Example

White with #B2AB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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