Html Css Color HEX #8B476F Cosmic

📋 copy color: '#8B476F'

red 139 ◦ green 71 ◦ blue 111

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

Shades of Cosmic #8B476F

Tints of Cosmic #8B476F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.12%

 BLUE value IS 111 (43.75% from 255) = 34.58%

R = 43.3%
G = 22.12%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8B476F (or 0x8B476F) is known color: Cosmic. HEX triplet: 8B, 47 and 6F. RGB value is (139,71,111). Sum of RGB (Red+Green+Blue) = 139+71+111=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 139 - color contains mainly: red. Hex color #8B476F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B476F is #74B890. Grayscale: #5F5F5F. Windows color (decimal): -7649425 or 7292811. OLE color: 7292811.

HSL color Cylindrical-coordinate representation of color #8B476F: hue angle of 324.71º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B476F is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 71 111 -
CMYK 0 0.49 0.20 0.45
HSL 324.71º 0.32% 0.41% -
HSV(B) 324.71º 0.49% 0.55% -
XYZ 15.77 11.14 16.36 -
YUV 95.89 136.53 158.75 -
System Red Green Blue C M Y K H S L
Decimal 139 71 111 0 0.49 0.20 0.45 324.71 0.32 0.41
Hex 8B 47 6F 0 31 14 2D 145 20 29
Octal 213 107 157 0 61 24 55 505 40 51
Binary 10001011 1000111 1101111 0 110001 10100 101101 101000101 100000 101001

Color Harmonies of #8B476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B476F

Black with #8B476F

Text Example


Text Example

White with #8B476F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,71,111); }

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

background-color css

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

 a { background-color: rgb(139,71,111); }

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

border-color css

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

 span { border-color: rgb(139,71,111); }

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