Html Css Color HEX #B25473 Royal Heath

📋 copy color: '#B25473'

red 178 ◦ green 84 ◦ blue 115

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

Shades of Royal Heath #B25473

Tints of Royal Heath #B25473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.28%

 BLUE value IS 115 (45.31% from 255) = 30.5%

R = 47.21%
G = 22.28%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B25473 (or 0xB25473) is known color: Royal Heath. HEX triplet: B2, 54 and 73. RGB value is (178,84,115). Sum of RGB (Red+Green+Blue) = 178+84+115=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B25473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25473 is #4DAB8C. Grayscale: #737373. Windows color (decimal): -5090189 or 7558322. OLE color: 7558322.

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

Color convert

RGB 178 84 115 -
CMYK 0 0.53 0.35 0.30
HSL 340.21º 0.38% 0.51% -
HSV(B) 340.21º 0.53% 0.7% -
XYZ 24.62 17.04 18.21 -
YUV 115.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 178 84 115 0 0.53 0.35 0.30 340.21 0.38 0.51
Hex B2 54 73 0 35 23 1E 154 26 33
Octal 262 124 163 0 65 43 36 524 46 63
Binary 10110010 1010100 1110011 0 110101 100011 11110 101010100 100110 110011

Color Harmonies of #B25473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25473

Black with #B25473

Text Example


Text Example

White with #B25473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25473; }

 p { color: rgb(178,84,115); }

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

background-color css

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

 a { background-color: rgb(178,84,115); }

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

border-color css

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

 span { border-color: rgb(178,84,115); }

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