Html Css Color HEX #B2A18D Malta

📋 copy color: '#B2A18D'

red 178 ◦ green 161 ◦ blue 141

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

Shades of Malta #B2A18D

Tints of Malta #B2A18D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.54%

 BLUE value IS 141 (55.47% from 255) = 29.38%

R = 37.08%
G = 33.54%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2A18D (or 0xB2A18D) is known color: Malta. HEX triplet: B2, A1 and 8D. RGB value is (178,161,141). Sum of RGB (Red+Green+Blue) = 178+161+141=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A18D is #4D5E72. Grayscale: #A3A3A3. Windows color (decimal): -5070451 or 9281970. OLE color: 9281970.

HSL color Cylindrical-coordinate representation of color #B2A18D: hue angle of 32.43º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2A18D is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 161 141 -
CMYK 0 0.10 0.21 0.30
HSL 32.43º 0.19% 0.63% -
HSV(B) 32.43º 0.21% 0.7% -
XYZ 35.91 36.88 30.42 -
YUV 163.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 178 161 141 0 0.10 0.21 0.30 32.43 0.19 0.63
Hex B2 A1 8D 0 A 15 1E 20 13 3F
Octal 262 241 215 0 12 25 36 40 23 77
Binary 10110010 10100001 10001101 0 1010 10101 11110 100000 10011 111111

Color Harmonies of #B2A18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A18D

Black with #B2A18D

Text Example


Text Example

White with #B2A18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A18D; }

 p { color: rgb(178,161,141); }

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

background-color css

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

 a { background-color: rgb(178,161,141); }

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

border-color css

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

 span { border-color: rgb(178,161,141); }

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