Html Css Color HEX #B65185 Mulberry

📋 copy color: '#B65185'

red 182 ◦ green 81 ◦ blue 133

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

Shades of Mulberry #B65185

Tints of Mulberry #B65185

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.45%

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

R = 45.96%
G = 20.45%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B65185 (or 0xB65185) is known color: Mulberry. HEX triplet: B6, 51 and 85. RGB value is (182,81,133). Sum of RGB (Red+Green+Blue) = 182+81+133=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B65185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65185 is #49AE7A. Grayscale: #757575. Windows color (decimal): -4828795 or 8737206. OLE color: 8737206.

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

Color convert

RGB 182 81 133 -
CMYK 0 0.55 0.27 0.29
HSL 329.11º 0.41% 0.52% -
HSV(B) 329.11º 0.55% 0.71% -
XYZ 26.47 17.52 24.18 -
YUV 117.13 136.96 174.27 -
System Red Green Blue C M Y K H S L
Decimal 182 81 133 0 0.55 0.27 0.29 329.11 0.41 0.52
Hex B6 51 85 0 37 1B 1D 149 29 34
Octal 266 121 205 0 67 33 35 511 51 64
Binary 10110110 1010001 10000101 0 110111 11011 11101 101001001 101001 110100

Color Harmonies of #B65185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65185

Black with #B65185

Text Example


Text Example

White with #B65185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65185; }

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

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

background-color css

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

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

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

border-color css

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

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

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