Html Css Color HEX #B25584 Royal Heath

📋 copy color: '#B25584'

red 178 ◦ green 85 ◦ blue 132

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

Shades of Royal Heath #B25584

Tints of Royal Heath #B25584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.42%

R = 45.06%
G = 21.52%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B25584 (or 0xB25584) is known color: Royal Heath. HEX triplet: B2, 55 and 84. RGB value is (178,85,132). Sum of RGB (Red+Green+Blue) = 178+85+132=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B25584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25584 is #4DAA7B. Grayscale: #767676. Windows color (decimal): -5089916 or 8672690. OLE color: 8672690.

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

Color convert

RGB 178 85 132 -
CMYK 0 0.52 0.26 0.30
HSL 329.68º 0.38% 0.52% -
HSV(B) 329.68º 0.52% 0.7% -
XYZ 25.77 17.63 23.87 -
YUV 118.17 135.81 170.68 -
System Red Green Blue C M Y K H S L
Decimal 178 85 132 0 0.52 0.26 0.30 329.68 0.38 0.52
Hex B2 55 84 0 34 1A 1E 14A 26 34
Octal 262 125 204 0 64 32 36 512 46 64
Binary 10110010 1010101 10000100 0 110100 11010 11110 101001010 100110 110100

Color Harmonies of #B25584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25584

Black with #B25584

Text Example


Text Example

White with #B25584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25584; }

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

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

background-color css

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

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

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

border-color css

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

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

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