Html Css Color HEX #B2597D Royal Heath

📋 copy color: '#B2597D'

red 178 ◦ green 89 ◦ blue 125

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

Shades of Royal Heath #B2597D

Tints of Royal Heath #B2597D

RGB

 RED value IS 178 (69.92% from 255) = 45.41%

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

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

R = 45.41%
G = 22.7%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2597D (or 0xB2597D) is known color: Royal Heath. HEX triplet: B2, 59 and 7D. RGB value is (178,89,125). Sum of RGB (Red+Green+Blue) = 178+89+125=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B2597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2597D is #4DA682. Grayscale: #777777. Windows color (decimal): -5088899 or 8214962. OLE color: 8214962.

HSL color Cylindrical-coordinate representation of color #B2597D: hue angle of 335.73º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2597D is Cyan = 0, Magento = 0.5, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 89 125 -
CMYK 0 0.5 0.30 0.30
HSL 335.73º 0.37% 0.52% -
HSV(B) 335.73º 0.5% 0.7% -
XYZ 25.63 18.09 21.54 -
YUV 119.72 130.99 169.57 -
System Red Green Blue C M Y K H S L
Decimal 178 89 125 0 0.5 0.30 0.30 335.73 0.37 0.52
Hex B2 59 7D 0 32 1E 1E 150 25 34
Octal 262 131 175 0 62 36 36 520 45 64
Binary 10110010 1011001 1111101 0 110010 11110 11110 101010000 100101 110100

Color Harmonies of #B2597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2597D

Black with #B2597D

Text Example


Text Example

White with #B2597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2597D; }

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

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

background-color css

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

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

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

border-color css

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

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

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