Html Css Color HEX #B2A08D Malta

📋 copy color: '#B2A08D'

red 178 ◦ green 160 ◦ blue 141

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

Shades of Malta #B2A08D

Tints of Malta #B2A08D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.4%

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

R = 37.16%
G = 33.4%
B = 29.44%

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

#B2A08D (or 0xB2A08D) is known color: Malta. HEX triplet: B2, A0 and 8D. RGB value is (178,160,141). Sum of RGB (Red+Green+Blue) = 178+160+141=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A08D is #4D5F72. Grayscale: #A3A3A3. Windows color (decimal): -5070707 or 9281714. OLE color: 9281714.

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

Color convert

RGB 178 160 141 -
CMYK 0 0.10 0.21 0.30
HSL 30.81º 0.19% 0.63% -
HSV(B) 30.81º 0.21% 0.7% -
XYZ 35.74 36.53 30.37 -
YUV 163.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 178 160 141 0 0.10 0.21 0.30 30.81 0.19 0.63
Hex B2 A0 8D 0 A 15 1E 1F 13 3F
Octal 262 240 215 0 12 25 36 37 23 77
Binary 10110010 10100000 10001101 0 1010 10101 11110 11111 10011 111111

Color Harmonies of #B2A08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A08D

Black with #B2A08D

Text Example


Text Example

White with #B2A08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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