Html Css Color HEX #B25879 Royal Heath

📋 copy color: '#B25879'

red 178 ◦ green 88 ◦ blue 121

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

Shades of Royal Heath #B25879

Tints of Royal Heath #B25879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.74%

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

R = 45.99%
G = 22.74%
B = 31.27%

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

#B25879 (or 0xB25879) is known color: Royal Heath. HEX triplet: B2, 58 and 79. RGB value is (178,88,121). Sum of RGB (Red+Green+Blue) = 178+88+121=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B25879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25879 is #4DA786. Grayscale: #767676. Windows color (decimal): -5089159 or 7952562. OLE color: 7952562.

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

Color convert

RGB 178 88 121 -
CMYK 0 0.51 0.32 0.30
HSL 338º 0.37% 0.52% -
HSV(B) 338º 0.51% 0.7% -
XYZ 25.3 17.82 20.2 -
YUV 118.67 129.32 170.32 -
System Red Green Blue C M Y K H S L
Decimal 178 88 121 0 0.51 0.32 0.30 338 0.37 0.52
Hex B2 58 79 0 33 20 1E 152 25 34
Octal 262 130 171 0 63 40 36 522 45 64
Binary 10110010 1011000 1111001 0 110011 100000 11110 101010010 100101 110100

Color Harmonies of #B25879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25879

Black with #B25879

Text Example


Text Example

White with #B25879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25879; }

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

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

background-color css

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

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

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

border-color css

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

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

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