Html Css Color HEX #B4587D Royal Heath

📋 copy color: '#B4587D'

red 180 ◦ green 88 ◦ blue 125

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

Shades of Royal Heath #B4587D

Tints of Royal Heath #B4587D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.39%

 BLUE value IS 125 (49.22% from 255) = 31.81%

R = 45.8%
G = 22.39%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4587D (or 0xB4587D) is known color: Royal Heath. HEX triplet: B4, 58 and 7D. RGB value is (180,88,125). Sum of RGB (Red+Green+Blue) = 180+88+125=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B4587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4587D is #4BA782. Grayscale: #777777. Windows color (decimal): -4958083 or 8214708. OLE color: 8214708.

HSL color Cylindrical-coordinate representation of color #B4587D: hue angle of 335.87º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4587D is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 88 125 -
CMYK 0 0.51 0.31 0.29
HSL 335.87º 0.38% 0.53% -
HSV(B) 335.87º 0.51% 0.71% -
XYZ 26.01 18.16 21.54 -
YUV 119.73 130.98 170.99 -
System Red Green Blue C M Y K H S L
Decimal 180 88 125 0 0.51 0.31 0.29 335.87 0.38 0.53
Hex B4 58 7D 0 33 1F 1D 150 26 35
Octal 264 130 175 0 63 37 35 520 46 65
Binary 10110100 1011000 1111101 0 110011 11111 11101 101010000 100110 110101

Color Harmonies of #B4587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4587D

Black with #B4587D

Text Example


Text Example

White with #B4587D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4587D; }

 p { color: rgb(180,88,125); }

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

background-color css

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

 a { background-color: rgb(180,88,125); }

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

border-color css

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

 span { border-color: rgb(180,88,125); }

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