Html Css Color HEX #B65E8E Mulberry

📋 copy color: '#B65E8E'

red 182 ◦ green 94 ◦ blue 142

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

Shades of Mulberry #B65E8E

Tints of Mulberry #B65E8E

RGB

 RED value IS 182 (71.48% from 255) = 43.54%

 GREEN value IS 94 (37.11% from 255) = 22.49%

 BLUE value IS 142 (55.86% from 255) = 33.97%

R = 43.54%
G = 22.49%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B65E8E (or 0xB65E8E) is known color: Mulberry. HEX triplet: B6, 5E and 8E. RGB value is (182,94,142). Sum of RGB (Red+Green+Blue) = 182+94+142=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65E8E is #49A171. Grayscale: #7D7D7D. Windows color (decimal): -4825458 or 9330358. OLE color: 9330358.

HSL color Cylindrical-coordinate representation of color #B65E8E: hue angle of 327.27º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B65E8E is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 94 142 -
CMYK 0 0.48 0.22 0.29
HSL 327.27º 0.38% 0.54% -
HSV(B) 327.27º 0.48% 0.71% -
XYZ 28.18 19.9 27.95 -
YUV 125.78 137.15 168.1 -
System Red Green Blue C M Y K H S L
Decimal 182 94 142 0 0.48 0.22 0.29 327.27 0.38 0.54
Hex B6 5E 8E 0 30 16 1D 147 26 36
Octal 266 136 216 0 60 26 35 507 46 66
Binary 10110110 1011110 10001110 0 110000 10110 11101 101000111 100110 110110

Color Harmonies of #B65E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65E8E

Black with #B65E8E

Text Example


Text Example

White with #B65E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65E8E; }

 p { color: rgb(182,94,142); }

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

background-color css

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

 a { background-color: rgb(182,94,142); }

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

border-color css

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

 span { border-color: rgb(182,94,142); }

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