Html Css Color HEX #B8449B Mulberry

📋 copy color: '#B8449B'

red 184 ◦ green 68 ◦ blue 155

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

Shades of Mulberry #B8449B

Tints of Mulberry #B8449B

RGB

 RED value IS 184 (72.27% from 255) = 45.21%

 GREEN value IS 68 (26.95% from 255) = 16.71%

 BLUE value IS 155 (60.94% from 255) = 38.08%

R = 45.21%
G = 16.71%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B8449B (or 0xB8449B) is known color: Mulberry. HEX triplet: B8, 44 and 9B. RGB value is (184,68,155). Sum of RGB (Red+Green+Blue) = 184+68+155=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8449B is #47BB64. Grayscale: #707070. Windows color (decimal): -4701029 or 10175672. OLE color: 10175672.

HSL color Cylindrical-coordinate representation of color #B8449B: hue angle of 315º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B8449B is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 68 155 -
CMYK 0 0.63 0.16 0.28
HSL 315º 0.46% 0.49% -
HSV(B) 315º 0.63% 0.72% -
XYZ 27.75 16.69 32.77 -
YUV 112.6 151.93 178.93 -
System Red Green Blue C M Y K H S L
Decimal 184 68 155 0 0.63 0.16 0.28 315 0.46 0.49
Hex B8 44 9B 0 3F 10 1C 13B 2E 31
Octal 270 104 233 0 77 20 34 473 56 61
Binary 10111000 1000100 10011011 0 111111 10000 11100 100111011 101110 110001

Color Harmonies of #B8449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8449B

Black with #B8449B

Text Example


Text Example

White with #B8449B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8449B; }

 p { color: rgb(184,68,155); }

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

background-color css

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

 a { background-color: rgb(184,68,155); }

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

border-color css

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

 span { border-color: rgb(184,68,155); }

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