Html Css Color HEX #8B9184 Delta

📋 copy color: '#8B9184'

red 139 ◦ green 145 ◦ blue 132

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

Shades of Delta #8B9184

Tints of Delta #8B9184

RGB

 RED value IS 139 (54.69% from 255) = 33.41%

 GREEN value IS 145 (57.03% from 255) = 34.86%

 BLUE value IS 132 (51.95% from 255) = 31.73%

R = 33.41%
G = 34.86%
B = 31.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#8B9184 (or 0x8B9184) is known color: Delta. HEX triplet: 8B, 91 and 84. RGB value is (139,145,132). Sum of RGB (Red+Green+Blue) = 139+145+132=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 145 - color contains mainly: green. Hex color #8B9184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9184 is #746E7B. Grayscale: #8D8D8D. Windows color (decimal): -7630460 or 8688011. OLE color: 8688011.

HSL color Cylindrical-coordinate representation of color #8B9184: hue angle of 87.69º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B9184 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 139 145 132 -
CMYK 0.04 0 0.09 0.43
HSL 87.69º 0.06% 0.54% -
HSV(B) 87.69º 0.09% 0.57% -
XYZ 24.94 27.41 25.81 -
YUV 141.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 139 145 132 0.04 0 0.09 0.43 87.69 0.06 0.54
Hex 8B 91 84 4 0 9 2B 58 6 36
Octal 213 221 204 4 0 11 53 130 6 66
Binary 10001011 10010001 10000100 100 0 1001 101011 1011000 110 110110

Color Harmonies of #8B9184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9184

Black with #8B9184

Text Example


Text Example

White with #8B9184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B9184; }

 p { color: rgb(139,145,132); }

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

background-color css

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

 a { background-color: rgb(139,145,132); }

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

border-color css

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

 span { border-color: rgb(139,145,132); }

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