Html Css Color HEX #B25778 Royal Heath

📋 copy color: '#B25778'

red 178 ◦ green 87 ◦ blue 120

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

Shades of Royal Heath #B25778

Tints of Royal Heath #B25778

RGB

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

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

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

R = 46.23%
G = 22.6%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B25778 (or 0xB25778) is known color: Royal Heath. HEX triplet: B2, 57 and 78. RGB value is (178,87,120). Sum of RGB (Red+Green+Blue) = 178+87+120=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B25778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25778 is #4DA887. Grayscale: #757575. Windows color (decimal): -5089416 or 7886770. OLE color: 7886770.

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

Color convert

RGB 178 87 120 -
CMYK 0 0.51 0.33 0.30
HSL 338.24º 0.37% 0.52% -
HSV(B) 338.24º 0.51% 0.7% -
XYZ 25.16 17.64 19.85 -
YUV 117.97 129.15 170.82 -
System Red Green Blue C M Y K H S L
Decimal 178 87 120 0 0.51 0.33 0.30 338.24 0.37 0.52
Hex B2 57 78 0 33 21 1E 152 25 34
Octal 262 127 170 0 63 41 36 522 45 64
Binary 10110010 1010111 1111000 0 110011 100001 11110 101010010 100101 110100

Color Harmonies of #B25778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25778

Black with #B25778

Text Example


Text Example

White with #B25778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25778; }

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

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

background-color css

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

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

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

border-color css

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

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

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