Html Css Color HEX #B25676 Royal Heath

📋 copy color: '#B25676'

red 178 ◦ green 86 ◦ blue 118

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

Shades of Royal Heath #B25676

Tints of Royal Heath #B25676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.51%

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

R = 46.6%
G = 22.51%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B25676 (or 0xB25676) is known color: Royal Heath. HEX triplet: B2, 56 and 76. RGB value is (178,86,118). Sum of RGB (Red+Green+Blue) = 178+86+118=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B25676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25676 is #4DA989. Grayscale: #757575. Windows color (decimal): -5089674 or 7755442. OLE color: 7755442.

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

Color convert

RGB 178 86 118 -
CMYK 0 0.52 0.34 0.30
HSL 339.13º 0.37% 0.52% -
HSV(B) 339.13º 0.52% 0.7% -
XYZ 24.96 17.43 19.19 -
YUV 117.16 128.48 171.4 -
System Red Green Blue C M Y K H S L
Decimal 178 86 118 0 0.52 0.34 0.30 339.13 0.37 0.52
Hex B2 56 76 0 34 22 1E 153 25 34
Octal 262 126 166 0 64 42 36 523 45 64
Binary 10110010 1010110 1110110 0 110100 100010 11110 101010011 100101 110100

Color Harmonies of #B25676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25676

Black with #B25676

Text Example


Text Example

White with #B25676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25676; }

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

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

background-color css

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

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

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

border-color css

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

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

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