Html Css Color HEX #B25571 Royal Heath

📋 copy color: '#B25571'

red 178 ◦ green 85 ◦ blue 113

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

Shades of Royal Heath #B25571

Tints of Royal Heath #B25571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.61%

 BLUE value IS 113 (44.53% from 255) = 30.05%

R = 47.34%
G = 22.61%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B25571 (or 0xB25571) is known color: Royal Heath. HEX triplet: B2, 55 and 71. RGB value is (178,85,113). Sum of RGB (Red+Green+Blue) = 178+85+113=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B25571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25571 is #4DAA8E. Grayscale: #737373. Windows color (decimal): -5089935 or 7427506. OLE color: 7427506.

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

Color convert

RGB 178 85 113 -
CMYK 0 0.52 0.37 0.30
HSL 341.94º 0.38% 0.52% -
HSV(B) 341.94º 0.52% 0.7% -
XYZ 24.59 17.15 17.64 -
YUV 116 126.31 172.22 -
System Red Green Blue C M Y K H S L
Decimal 178 85 113 0 0.52 0.37 0.30 341.94 0.38 0.52
Hex B2 55 71 0 34 25 1E 156 26 34
Octal 262 125 161 0 64 45 36 526 46 64
Binary 10110010 1010101 1110001 0 110100 100101 11110 101010110 100110 110100

Color Harmonies of #B25571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25571

Black with #B25571

Text Example


Text Example

White with #B25571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25571; }

 p { color: rgb(178,85,113); }

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

background-color css

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

 a { background-color: rgb(178,85,113); }

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

border-color css

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

 span { border-color: rgb(178,85,113); }

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