Html Css Color HEX #B65585 Mulberry

📋 copy color: '#B65585'

red 182 ◦ green 85 ◦ blue 133

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

Shades of Mulberry #B65585

Tints of Mulberry #B65585

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.25%

 BLUE value IS 133 (52.34% from 255) = 33.25%

R = 45.5%
G = 21.25%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B65585 (or 0xB65585) is known color: Mulberry. HEX triplet: B6, 55 and 85. RGB value is (182,85,133). Sum of RGB (Red+Green+Blue) = 182+85+133=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B65585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65585 is #49AA7A. Grayscale: #777777. Windows color (decimal): -4827771 or 8738230. OLE color: 8738230.

HSL color Cylindrical-coordinate representation of color #B65585: hue angle of 330.31º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B65585 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 85 133 -
CMYK 0 0.53 0.27 0.29
HSL 330.31º 0.4% 0.52% -
HSV(B) 330.31º 0.53% 0.71% -
XYZ 26.77 18.14 24.28 -
YUV 119.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 182 85 133 0 0.53 0.27 0.29 330.31 0.4 0.52
Hex B6 55 85 0 35 1B 1D 14A 28 34
Octal 266 125 205 0 65 33 35 512 50 64
Binary 10110110 1010101 10000101 0 110101 11011 11101 101001010 101000 110100

Color Harmonies of #B65585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65585

Black with #B65585

Text Example


Text Example

White with #B65585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65585; }

 p { color: rgb(182,85,133); }

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

background-color css

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

 a { background-color: rgb(182,85,133); }

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

border-color css

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

 span { border-color: rgb(182,85,133); }

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