Html Css Color HEX #B25275 Royal Heath

📋 copy color: '#B25275'

red 178 ◦ green 82 ◦ blue 117

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

Shades of Royal Heath #B25275

Tints of Royal Heath #B25275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.75%

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 47.21%
G = 21.75%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B25275 (or 0xB25275) is known color: Royal Heath. HEX triplet: B2, 52 and 75. RGB value is (178,82,117). Sum of RGB (Red+Green+Blue) = 178+82+117=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B25275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25275 is #4DAD8A. Grayscale: #727272. Windows color (decimal): -5090699 or 7688882. OLE color: 7688882.

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

Color convert

RGB 178 82 117 -
CMYK 0 0.54 0.34 0.30
HSL 338.13º 0.38% 0.51% -
HSV(B) 338.13º 0.54% 0.7% -
XYZ 24.59 16.78 18.77 -
YUV 114.69 129.3 173.15 -
System Red Green Blue C M Y K H S L
Decimal 178 82 117 0 0.54 0.34 0.30 338.13 0.38 0.51
Hex B2 52 75 0 36 22 1E 152 26 33
Octal 262 122 165 0 66 42 36 522 46 63
Binary 10110010 1010010 1110101 0 110110 100010 11110 101010010 100110 110011

Color Harmonies of #B25275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25275

Black with #B25275

Text Example


Text Example

White with #B25275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25275; }

 p { color: rgb(178,82,117); }

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

background-color css

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

 a { background-color: rgb(178,82,117); }

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

border-color css

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

 span { border-color: rgb(178,82,117); }

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