Html Css Color HEX #B4597D Royal Heath

📋 copy color: '#B4597D'

red 180 ◦ green 89 ◦ blue 125

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

Shades of Royal Heath #B4597D

Tints of Royal Heath #B4597D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.59%

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

R = 45.69%
G = 22.59%
B = 31.73%

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

#B4597D (or 0xB4597D) is known color: Royal Heath. HEX triplet: B4, 59 and 7D. RGB value is (180,89,125). Sum of RGB (Red+Green+Blue) = 180+89+125=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B4597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4597D is #4BA682. Grayscale: #787878. Windows color (decimal): -4957827 or 8214964. OLE color: 8214964.

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

Color convert

RGB 180 89 125 -
CMYK 0 0.51 0.31 0.29
HSL 336.26º 0.38% 0.53% -
HSV(B) 336.26º 0.51% 0.71% -
XYZ 26.1 18.33 21.56 -
YUV 120.31 130.65 170.57 -
System Red Green Blue C M Y K H S L
Decimal 180 89 125 0 0.51 0.31 0.29 336.26 0.38 0.53
Hex B4 59 7D 0 33 1F 1D 150 26 35
Octal 264 131 175 0 63 37 35 520 46 65
Binary 10110100 1011001 1111101 0 110011 11111 11101 101010000 100110 110101

Color Harmonies of #B4597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4597D

Black with #B4597D

Text Example


Text Example

White with #B4597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4597D; }

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

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

background-color css

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

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

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

border-color css

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

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

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