Html Css Color HEX #B2AB48 Brass

📋 copy color: '#B2AB48'

red 178 ◦ green 171 ◦ blue 72

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

Shades of Brass #B2AB48

Tints of Brass #B2AB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.1%

R = 42.28%
G = 40.62%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B2AB48 (or 0xB2AB48) is known color: Brass. HEX triplet: B2, AB and 48. RGB value is (178,171,72). Sum of RGB (Red+Green+Blue) = 178+171+72=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB48 is #4D54B7. Grayscale: #A2A2A2. Windows color (decimal): -5067960 or 4762546. OLE color: 4762546.

HSL color Cylindrical-coordinate representation of color #B2AB48: hue angle of 56.04º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2AB48 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 171 72 -
CMYK 0 0.04 0.60 0.30
HSL 56.04º 0.42% 0.49% -
HSV(B) 56.04º 0.6% 0.7% -
XYZ 34.09 39.06 11.87 -
YUV 161.81 77.32 139.55 -
System Red Green Blue C M Y K H S L
Decimal 178 171 72 0 0.04 0.60 0.30 56.04 0.42 0.49
Hex B2 AB 48 0 4 3C 1E 38 2A 31
Octal 262 253 110 0 4 74 36 70 52 61
Binary 10110010 10101011 1001000 0 100 111100 11110 111000 101010 110001

Color Harmonies of #B2AB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB48

Black with #B2AB48

Text Example


Text Example

White with #B2AB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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