Html Css Color HEX #B66096 Mulberry

📋 copy color: '#B66096'

red 182 ◦ green 96 ◦ blue 150

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

Shades of Mulberry #B66096

Tints of Mulberry #B66096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.05%

R = 42.52%
G = 22.43%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B66096 (or 0xB66096) is known color: Mulberry. HEX triplet: B6, 60 and 96. RGB value is (182,96,150). Sum of RGB (Red+Green+Blue) = 182+96+150=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B66096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66096 is #499F69. Grayscale: #7F7F7F. Windows color (decimal): -4824938 or 9855158. OLE color: 9855158.

HSL color Cylindrical-coordinate representation of color #B66096: hue angle of 322.33º 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 #B66096 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 96 150 -
CMYK 0 0.47 0.18 0.29
HSL 322.33º 0.37% 0.55% -
HSV(B) 322.33º 0.47% 0.71% -
XYZ 28.98 20.51 31.29 -
YUV 127.87 140.49 166.61 -
System Red Green Blue C M Y K H S L
Decimal 182 96 150 0 0.47 0.18 0.29 322.33 0.37 0.55
Hex B6 60 96 0 2F 12 1D 142 25 37
Octal 266 140 226 0 57 22 35 502 45 67
Binary 10110110 1100000 10010110 0 101111 10010 11101 101000010 100101 110111

Color Harmonies of #B66096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66096

Black with #B66096

Text Example


Text Example

White with #B66096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66096; }

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

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

background-color css

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

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

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

border-color css

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

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

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