Html Css Color HEX #B25978 Royal Heath

📋 copy color: '#B25978'

red 178 ◦ green 89 ◦ blue 120

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

Shades of Royal Heath #B25978

Tints of Royal Heath #B25978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.01%

R = 45.99%
G = 23%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B25978 (or 0xB25978) is known color: Royal Heath. HEX triplet: B2, 59 and 78. RGB value is (178,89,120). Sum of RGB (Red+Green+Blue) = 178+89+120=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B25978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25978 is #4DA687. Grayscale: #777777. Windows color (decimal): -5088904 or 7887282. OLE color: 7887282.

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

Color convert

RGB 178 89 120 -
CMYK 0 0.5 0.33 0.30
HSL 339.1º 0.37% 0.52% -
HSV(B) 339.1º 0.5% 0.7% -
XYZ 25.32 17.97 19.9 -
YUV 119.15 128.49 169.98 -
System Red Green Blue C M Y K H S L
Decimal 178 89 120 0 0.5 0.33 0.30 339.1 0.37 0.52
Hex B2 59 78 0 32 21 1E 153 25 34
Octal 262 131 170 0 62 41 36 523 45 64
Binary 10110010 1011001 1111000 0 110010 100001 11110 101010011 100101 110100

Color Harmonies of #B25978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25978

Black with #B25978

Text Example


Text Example

White with #B25978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25978; }

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

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

background-color css

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

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

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

border-color css

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

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

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