Html Css Color HEX #884B4E Solid Pink

📋 copy color: '#884B4E'

red 136 ◦ green 75 ◦ blue 78

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

Shades of Solid Pink #884B4E

Tints of Solid Pink #884B4E

RGB

 RED value IS 136 (53.52% from 255) = 47.06%

 GREEN value IS 75 (29.69% from 255) = 25.95%

 BLUE value IS 78 (30.86% from 255) = 26.99%

R = 47.06%
G = 25.95%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#884B4E (or 0x884B4E) is known color: Solid Pink. HEX triplet: 88, 4B and 4E. RGB value is (136,75,78). Sum of RGB (Red+Green+Blue) = 136+75+78=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #884B4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B4E is #77B4B1. Grayscale: #5D5D5D. Windows color (decimal): -7845042 or 5131144. OLE color: 5131144.

HSL color Cylindrical-coordinate representation of color #884B4E: hue angle of 357.05º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #884B4E is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 75 78 -
CMYK 0 0.45 0.43 0.47
HSL 357.05º 0.29% 0.41% -
HSV(B) 357.05º 0.45% 0.53% -
XYZ 14.04 10.82 8.56 -
YUV 93.58 119.21 158.26 -
System Red Green Blue C M Y K H S L
Decimal 136 75 78 0 0.45 0.43 0.47 357.05 0.29 0.41
Hex 88 4B 4E 0 2D 2B 2F 165 1D 29
Octal 210 113 116 0 55 53 57 545 35 51
Binary 10001000 1001011 1001110 0 101101 101011 101111 101100101 11101 101001

Color Harmonies of #884B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884B4E

Black with #884B4E

Text Example


Text Example

White with #884B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884B4E; }

 p { color: rgb(136,75,78); }

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

background-color css

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

 a { background-color: rgb(136,75,78); }

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

border-color css

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

 span { border-color: rgb(136,75,78); }

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