Html Css Color HEX #B25273 Royal Heath

📋 copy color: '#B25273'

red 178 ◦ green 82 ◦ blue 115

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

Shades of Royal Heath #B25273

Tints of Royal Heath #B25273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.67%

R = 47.47%
G = 21.87%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B25273 (or 0xB25273) is known color: Royal Heath. HEX triplet: B2, 52 and 73. RGB value is (178,82,115). Sum of RGB (Red+Green+Blue) = 178+82+115=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B25273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25273 is #4DAD8C. Grayscale: #727272. Windows color (decimal): -5090701 or 7557810. OLE color: 7557810.

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

Color convert

RGB 178 82 115 -
CMYK 0 0.54 0.35 0.30
HSL 339.38º 0.38% 0.51% -
HSV(B) 339.38º 0.54% 0.7% -
XYZ 24.47 16.74 18.16 -
YUV 114.47 128.3 173.32 -
System Red Green Blue C M Y K H S L
Decimal 178 82 115 0 0.54 0.35 0.30 339.38 0.38 0.51
Hex B2 52 73 0 36 23 1E 153 26 33
Octal 262 122 163 0 66 43 36 523 46 63
Binary 10110010 1010010 1110011 0 110110 100011 11110 101010011 100110 110011

Color Harmonies of #B25273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25273

Black with #B25273

Text Example


Text Example

White with #B25273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25273; }

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

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

background-color css

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

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

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

border-color css

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

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

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