Html Css Color HEX #B0A18D Malta

📋 copy color: '#B0A18D'

red 176 ◦ green 161 ◦ blue 141

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

Shades of Malta #B0A18D

Tints of Malta #B0A18D

RGB

 RED value IS 176 (69.14% from 255) = 36.82%

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

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

R = 36.82%
G = 33.68%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0A18D (or 0xB0A18D) is known color: Malta. HEX triplet: B0, A1 and 8D. RGB value is (176,161,141). Sum of RGB (Red+Green+Blue) = 176+161+141=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A18D is #4F5E72. Grayscale: #A3A3A3. Windows color (decimal): -5201523 or 9281968. OLE color: 9281968.

HSL color Cylindrical-coordinate representation of color #B0A18D: hue angle of 34.29º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0A18D is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 161 141 -
CMYK 0 0.09 0.20 0.31
HSL 34.29º 0.18% 0.62% -
HSV(B) 34.29º 0.2% 0.69% -
XYZ 35.46 36.64 30.4 -
YUV 163.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 176 161 141 0 0.09 0.20 0.31 34.29 0.18 0.62
Hex B0 A1 8D 0 9 14 1F 22 12 3E
Octal 260 241 215 0 11 24 37 42 22 76
Binary 10110000 10100001 10001101 0 1001 10100 11111 100010 10010 111110

Color Harmonies of #B0A18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A18D

Black with #B0A18D

Text Example


Text Example

White with #B0A18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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