Html Css Color HEX #B09F8A Malta

📋 copy color: '#B09F8A'

red 176 ◦ green 159 ◦ blue 138

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

Shades of Malta #B09F8A

Tints of Malta #B09F8A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.62%

 BLUE value IS 138 (54.3% from 255) = 29.18%

R = 37.21%
G = 33.62%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B09F8A (or 0xB09F8A) is known color: Malta. HEX triplet: B0, 9F and 8A. RGB value is (176,159,138). Sum of RGB (Red+Green+Blue) = 176+159+138=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09F8A is #4F6075. Grayscale: #A1A1A1. Windows color (decimal): -5202038 or 9084848. OLE color: 9084848.

HSL color Cylindrical-coordinate representation of color #B09F8A: hue angle of 33.16º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B09F8A is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 159 138 -
CMYK 0 0.10 0.22 0.31
HSL 33.16º 0.19% 0.62% -
HSV(B) 33.16º 0.22% 0.69% -
XYZ 34.89 35.86 29.13 -
YUV 161.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 176 159 138 0 0.10 0.22 0.31 33.16 0.19 0.62
Hex B0 9F 8A 0 A 16 1F 21 13 3E
Octal 260 237 212 0 12 26 37 41 23 76
Binary 10110000 10011111 10001010 0 1010 10110 11111 100001 10011 111110

Color Harmonies of #B09F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09F8A

Black with #B09F8A

Text Example


Text Example

White with #B09F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09F8A; }

 p { color: rgb(176,159,138); }

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

background-color css

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

 a { background-color: rgb(176,159,138); }

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

border-color css

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

 span { border-color: rgb(176,159,138); }

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