Html Css Color HEX #B25680 Royal Heath

📋 copy color: '#B25680'

red 178 ◦ green 86 ◦ blue 128

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

Shades of Royal Heath #B25680

Tints of Royal Heath #B25680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.65%

R = 45.41%
G = 21.94%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B25680 (or 0xB25680) is known color: Royal Heath. HEX triplet: B2, 56 and 80. RGB value is (178,86,128). Sum of RGB (Red+Green+Blue) = 178+86+128=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B25680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25680 is #4DA97F. Grayscale: #767676. Windows color (decimal): -5089664 or 8410802. OLE color: 8410802.

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

Color convert

RGB 178 86 128 -
CMYK 0 0.52 0.28 0.30
HSL 332.61º 0.37% 0.52% -
HSV(B) 332.61º 0.52% 0.7% -
XYZ 25.58 17.68 22.49 -
YUV 118.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 178 86 128 0 0.52 0.28 0.30 332.61 0.37 0.52
Hex B2 56 80 0 34 1C 1E 14D 25 34
Octal 262 126 200 0 64 34 36 515 45 64
Binary 10110010 1010110 10000000 0 110100 11100 11110 101001101 100101 110100

Color Harmonies of #B25680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25680

Black with #B25680

Text Example


Text Example

White with #B25680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25680; }

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

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

background-color css

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

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

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

border-color css

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

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

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