Html Css Color HEX #8B495B Cannon Pink

📋 copy color: '#8B495B'

red 139 ◦ green 73 ◦ blue 91

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

Shades of Cannon Pink #8B495B

Tints of Cannon Pink #8B495B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.09%

 BLUE value IS 91 (35.94% from 255) = 30.03%

R = 45.87%
G = 24.09%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8B495B (or 0x8B495B) is known color: Cannon Pink. HEX triplet: 8B, 49 and 5B. RGB value is (139,73,91). Sum of RGB (Red+Green+Blue) = 139+73+91=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 139 - color contains mainly: red. Hex color #8B495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B495B is #74B6A4. Grayscale: #5E5E5E. Windows color (decimal): -7648933 or 5982603. OLE color: 5982603.

HSL color Cylindrical-coordinate representation of color #8B495B: hue angle of 343.64º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B495B is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 73 91 -
CMYK 0 0.47 0.35 0.45
HSL 343.64º 0.31% 0.42% -
HSV(B) 343.64º 0.47% 0.55% -
XYZ 14.92 11.01 11.24 -
YUV 94.79 125.87 159.54 -
System Red Green Blue C M Y K H S L
Decimal 139 73 91 0 0.47 0.35 0.45 343.64 0.31 0.42
Hex 8B 49 5B 0 2F 23 2D 158 1F 2A
Octal 213 111 133 0 57 43 55 530 37 52
Binary 10001011 1001001 1011011 0 101111 100011 101101 101011000 11111 101010

Color Harmonies of #8B495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B495B

Black with #8B495B

Text Example


Text Example

White with #8B495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,73,91); }

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

background-color css

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

 a { background-color: rgb(139,73,91); }

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

border-color css

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

 span { border-color: rgb(139,73,91); }

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