Html Css Color HEX #882B66 Rose Bud Cherry

📋 copy color: '#882B66'

red 136 ◦ green 43 ◦ blue 102

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

Shades of Rose Bud Cherry #882B66

Tints of Rose Bud Cherry #882B66

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.3%

 BLUE value IS 102 (40.23% from 255) = 36.3%

R = 48.4%
G = 15.3%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#882B66 (or 0x882B66) is known color: Rose Bud Cherry. HEX triplet: 88, 2B and 66. RGB value is (136,43,102). Sum of RGB (Red+Green+Blue) = 136+43+102=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #882B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882B66 is #77D499. Grayscale: #4D4D4D. Windows color (decimal): -7853210 or 6695816. OLE color: 6695816.

HSL color Cylindrical-coordinate representation of color #882B66: hue angle of 321.94º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882B66 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 43 102 -
CMYK 0 0.68 0.25 0.47
HSL 321.94º 0.52% 0.35% -
HSV(B) 321.94º 0.68% 0.53% -
XYZ 13.42 7.92 13.39 -
YUV 77.53 141.81 169.7 -
System Red Green Blue C M Y K H S L
Decimal 136 43 102 0 0.68 0.25 0.47 321.94 0.52 0.35
Hex 88 2B 66 0 44 19 2F 142 34 23
Octal 210 53 146 0 104 31 57 502 64 43
Binary 10001000 101011 1100110 0 1000100 11001 101111 101000010 110100 100011

Color Harmonies of #882B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882B66

Black with #882B66

Text Example


Text Example

White with #882B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882B66; }

 p { color: rgb(136,43,102); }

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

background-color css

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

 a { background-color: rgb(136,43,102); }

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

border-color css

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

 span { border-color: rgb(136,43,102); }

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