Html Css Color HEX #B25779 Royal Heath

📋 copy color: '#B25779'

red 178 ◦ green 87 ◦ blue 121

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

Shades of Royal Heath #B25779

Tints of Royal Heath #B25779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.54%

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

R = 46.11%
G = 22.54%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B25779 (or 0xB25779) is known color: Royal Heath. HEX triplet: B2, 57 and 79. RGB value is (178,87,121). Sum of RGB (Red+Green+Blue) = 178+87+121=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B25779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25779 is #4DA886. Grayscale: #767676. Windows color (decimal): -5089415 or 7952306. OLE color: 7952306.

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

Color convert

RGB 178 87 121 -
CMYK 0 0.51 0.32 0.30
HSL 337.58º 0.37% 0.52% -
HSV(B) 337.58º 0.51% 0.7% -
XYZ 25.22 17.66 20.17 -
YUV 118.09 129.65 170.74 -
System Red Green Blue C M Y K H S L
Decimal 178 87 121 0 0.51 0.32 0.30 337.58 0.37 0.52
Hex B2 57 79 0 33 20 1E 152 25 34
Octal 262 127 171 0 63 40 36 522 45 64
Binary 10110010 1010111 1111001 0 110011 100000 11110 101010010 100101 110100

Color Harmonies of #B25779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25779

Black with #B25779

Text Example


Text Example

White with #B25779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25779; }

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

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

background-color css

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

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

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

border-color css

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

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

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