Html Css Color HEX #B25371 Royal Heath

📋 copy color: '#B25371'

red 178 ◦ green 83 ◦ blue 113

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

Shades of Royal Heath #B25371

Tints of Royal Heath #B25371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.19%

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

R = 47.59%
G = 22.19%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B25371 (or 0xB25371) is known color: Royal Heath. HEX triplet: B2, 53 and 71. RGB value is (178,83,113). Sum of RGB (Red+Green+Blue) = 178+83+113=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B25371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25371 is #4DAC8E. Grayscale: #727272. Windows color (decimal): -5090447 or 7426994. OLE color: 7426994.

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

Color convert

RGB 178 83 113 -
CMYK 0 0.53 0.37 0.30
HSL 341.05º 0.38% 0.51% -
HSV(B) 341.05º 0.53% 0.7% -
XYZ 24.43 16.84 17.59 -
YUV 114.83 126.97 173.06 -
System Red Green Blue C M Y K H S L
Decimal 178 83 113 0 0.53 0.37 0.30 341.05 0.38 0.51
Hex B2 53 71 0 35 25 1E 155 26 33
Octal 262 123 161 0 65 45 36 525 46 63
Binary 10110010 1010011 1110001 0 110101 100101 11110 101010101 100110 110011

Color Harmonies of #B25371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25371

Black with #B25371

Text Example


Text Example

White with #B25371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25371; }

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

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

background-color css

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

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

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

border-color css

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

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

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