Html Css Color HEX #B25976 Royal Heath

📋 copy color: '#B25976'

red 178 ◦ green 89 ◦ blue 118

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

Shades of Royal Heath #B25976

Tints of Royal Heath #B25976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.12%

 BLUE value IS 118 (46.48% from 255) = 30.65%

R = 46.23%
G = 23.12%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B25976 (or 0xB25976) is known color: Royal Heath. HEX triplet: B2, 59 and 76. RGB value is (178,89,118). Sum of RGB (Red+Green+Blue) = 178+89+118=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B25976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25976 is #4DA689. Grayscale: #767676. Windows color (decimal): -5088906 or 7756210. OLE color: 7756210.

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

Color convert

RGB 178 89 118 -
CMYK 0 0.5 0.34 0.30
HSL 340.45º 0.37% 0.52% -
HSV(B) 340.45º 0.5% 0.7% -
XYZ 25.2 17.92 19.27 -
YUV 118.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 178 89 118 0 0.5 0.34 0.30 340.45 0.37 0.52
Hex B2 59 76 0 32 22 1E 154 25 34
Octal 262 131 166 0 62 42 36 524 45 64
Binary 10110010 1011001 1110110 0 110010 100010 11110 101010100 100101 110100

Color Harmonies of #B25976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25976

Black with #B25976

Text Example


Text Example

White with #B25976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25976; }

 p { color: rgb(178,89,118); }

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

background-color css

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

 a { background-color: rgb(178,89,118); }

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

border-color css

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

 span { border-color: rgb(178,89,118); }

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