Html Css Color HEX #B1587D Royal Heath

📋 copy color: '#B1587D'

red 177 ◦ green 88 ◦ blue 125

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

Shades of Royal Heath #B1587D

Tints of Royal Heath #B1587D

RGB

 RED value IS 177 (69.53% from 255) = 45.38%

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

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

R = 45.38%
G = 22.56%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1587D (or 0xB1587D) is known color: Royal Heath. HEX triplet: B1, 58 and 7D. RGB value is (177,88,125). Sum of RGB (Red+Green+Blue) = 177+88+125=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B1587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1587D is #4EA782. Grayscale: #767676. Windows color (decimal): -5154691 or 8214705. OLE color: 8214705.

HSL color Cylindrical-coordinate representation of color #B1587D: hue angle of 335.06º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1587D is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 88 125 -
CMYK 0 0.50 0.29 0.31
HSL 335.06º 0.36% 0.52% -
HSV(B) 335.06º 0.5% 0.69% -
XYZ 25.32 17.81 21.5 -
YUV 118.83 131.49 169.49 -
System Red Green Blue C M Y K H S L
Decimal 177 88 125 0 0.50 0.29 0.31 335.06 0.36 0.52
Hex B1 58 7D 0 32 1D 1F 14F 24 34
Octal 261 130 175 0 62 35 37 517 44 64
Binary 10110001 1011000 1111101 0 110010 11101 11111 101001111 100100 110100

Color Harmonies of #B1587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1587D

Black with #B1587D

Text Example


Text Example

White with #B1587D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1587D; }

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

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

background-color css

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

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

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

border-color css

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

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

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