Html Css Color HEX #B4538B Mulberry

📋 copy color: '#B4538B'

red 180 ◦ green 83 ◦ blue 139

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

Shades of Mulberry #B4538B

Tints of Mulberry #B4538B

RGB

 RED value IS 180 (70.7% from 255) = 44.78%

 GREEN value IS 83 (32.81% from 255) = 20.65%

 BLUE value IS 139 (54.69% from 255) = 34.58%

R = 44.78%
G = 20.65%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4538B (or 0xB4538B) is known color: Mulberry. HEX triplet: B4, 53 and 8B. RGB value is (180,83,139). Sum of RGB (Red+Green+Blue) = 180+83+139=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B4538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4538B is #4BAC74. Grayscale: #767676. Windows color (decimal): -4959349 or 9130932. OLE color: 9130932.

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

Color convert

RGB 180 83 139 -
CMYK 0 0.54 0.23 0.29
HSL 325.36º 0.39% 0.52% -
HSV(B) 325.36º 0.54% 0.71% -
XYZ 26.58 17.75 26.45 -
YUV 118.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 180 83 139 0 0.54 0.23 0.29 325.36 0.39 0.52
Hex B4 53 8B 0 36 17 1D 145 27 34
Octal 264 123 213 0 66 27 35 505 47 64
Binary 10110100 1010011 10001011 0 110110 10111 11101 101000101 100111 110100

Color Harmonies of #B4538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4538B

Black with #B4538B

Text Example


Text Example

White with #B4538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4538B; }

 p { color: rgb(180,83,139); }

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

background-color css

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

 a { background-color: rgb(180,83,139); }

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

border-color css

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

 span { border-color: rgb(180,83,139); }

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