Html Css Color HEX #B65F99 Mulberry

📋 copy color: '#B65F99'

red 182 ◦ green 95 ◦ blue 153

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

Shades of Mulberry #B65F99

Tints of Mulberry #B65F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.09%

 BLUE value IS 153 (60.16% from 255) = 35.58%

R = 42.33%
G = 22.09%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B65F99 (or 0xB65F99) is known color: Mulberry. HEX triplet: B6, 5F and 99. RGB value is (182,95,153). Sum of RGB (Red+Green+Blue) = 182+95+153=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B65F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65F99 is #49A066. Grayscale: #7F7F7F. Windows color (decimal): -4825191 or 10051510. OLE color: 10051510.

HSL color Cylindrical-coordinate representation of color #B65F99: hue angle of 320º degrees, saturation: 0.37, 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 #B65F99 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 95 153 -
CMYK 0 0.48 0.16 0.29
HSL 320º 0.37% 0.54% -
HSV(B) 320º 0.48% 0.71% -
XYZ 29.13 20.43 32.54 -
YUV 127.63 142.32 166.78 -
System Red Green Blue C M Y K H S L
Decimal 182 95 153 0 0.48 0.16 0.29 320 0.37 0.54
Hex B6 5F 99 0 30 10 1D 140 25 36
Octal 266 137 231 0 60 20 35 500 45 66
Binary 10110110 1011111 10011001 0 110000 10000 11101 101000000 100101 110110

Color Harmonies of #B65F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65F99

Black with #B65F99

Text Example


Text Example

White with #B65F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65F99; }

 p { color: rgb(182,95,153); }

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

background-color css

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

 a { background-color: rgb(182,95,153); }

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

border-color css

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

 span { border-color: rgb(182,95,153); }

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