Html Css Color HEX #B25979 Royal Heath

📋 copy color: '#B25979'

red 178 ◦ green 89 ◦ blue 121

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

Shades of Royal Heath #B25979

Tints of Royal Heath #B25979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.19%

R = 45.88%
G = 22.94%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B25979 (or 0xB25979) is known color: Royal Heath. HEX triplet: B2, 59 and 79. RGB value is (178,89,121). Sum of RGB (Red+Green+Blue) = 178+89+121=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B25979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25979 is #4DA686. Grayscale: #777777. Windows color (decimal): -5088903 or 7952818. OLE color: 7952818.

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

Color convert

RGB 178 89 121 -
CMYK 0 0.5 0.32 0.30
HSL 338.43º 0.37% 0.52% -
HSV(B) 338.43º 0.5% 0.7% -
XYZ 25.38 17.99 20.22 -
YUV 119.26 128.99 169.9 -
System Red Green Blue C M Y K H S L
Decimal 178 89 121 0 0.5 0.32 0.30 338.43 0.37 0.52
Hex B2 59 79 0 32 20 1E 152 25 34
Octal 262 131 171 0 62 40 36 522 45 64
Binary 10110010 1011001 1111001 0 110010 100000 11110 101010010 100101 110100

Color Harmonies of #B25979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25979

Black with #B25979

Text Example


Text Example

White with #B25979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25979; }

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

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

background-color css

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

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

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

border-color css

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

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

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