Html Css Color HEX #B6608D Mulberry

📋 copy color: '#B6608D'

red 182 ◦ green 96 ◦ blue 141

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

Shades of Mulberry #B6608D

Tints of Mulberry #B6608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.91%

 BLUE value IS 141 (55.47% from 255) = 33.65%

R = 43.44%
G = 22.91%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6608D (or 0xB6608D) is known color: Mulberry. HEX triplet: B6, 60 and 8D. RGB value is (182,96,141). Sum of RGB (Red+Green+Blue) = 182+96+141=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B6608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6608D is #499F72. Grayscale: #7E7E7E. Windows color (decimal): -4824947 or 9265334. OLE color: 9265334.

HSL color Cylindrical-coordinate representation of color #B6608D: hue angle of 328.6º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B6608D is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 96 141 -
CMYK 0 0.47 0.23 0.29
HSL 328.6º 0.37% 0.55% -
HSV(B) 328.6º 0.47% 0.71% -
XYZ 28.28 20.23 27.61 -
YUV 126.84 135.99 167.34 -
System Red Green Blue C M Y K H S L
Decimal 182 96 141 0 0.47 0.23 0.29 328.6 0.37 0.55
Hex B6 60 8D 0 2F 17 1D 149 25 37
Octal 266 140 215 0 57 27 35 511 45 67
Binary 10110110 1100000 10001101 0 101111 10111 11101 101001001 100101 110111

Color Harmonies of #B6608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6608D

Black with #B6608D

Text Example


Text Example

White with #B6608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6608D; }

 p { color: rgb(182,96,141); }

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

background-color css

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

 a { background-color: rgb(182,96,141); }

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

border-color css

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

 span { border-color: rgb(182,96,141); }

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