Html Css Color HEX #B2597E Royal Heath

📋 copy color: '#B2597E'

red 178 ◦ green 89 ◦ blue 126

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

Shades of Royal Heath #B2597E

Tints of Royal Heath #B2597E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.06%

R = 45.29%
G = 22.65%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2597E (or 0xB2597E) is known color: Royal Heath. HEX triplet: B2, 59 and 7E. RGB value is (178,89,126). Sum of RGB (Red+Green+Blue) = 178+89+126=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B2597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2597E is #4DA681. Grayscale: #777777. Windows color (decimal): -5088898 or 8280498. OLE color: 8280498.

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

Color convert

RGB 178 89 126 -
CMYK 0 0.5 0.29 0.30
HSL 335.06º 0.37% 0.52% -
HSV(B) 335.06º 0.5% 0.7% -
XYZ 25.7 18.12 21.88 -
YUV 119.83 131.49 169.49 -
System Red Green Blue C M Y K H S L
Decimal 178 89 126 0 0.5 0.29 0.30 335.06 0.37 0.52
Hex B2 59 7E 0 32 1D 1E 14F 25 34
Octal 262 131 176 0 62 35 36 517 45 64
Binary 10110010 1011001 1111110 0 110010 11101 11110 101001111 100101 110100

Color Harmonies of #B2597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2597E

Black with #B2597E

Text Example


Text Example

White with #B2597E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2597E; }

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

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

background-color css

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

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

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

border-color css

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

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

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