Html Css Color HEX #B25873 Royal Heath

📋 copy color: '#B25873'

red 178 ◦ green 88 ◦ blue 115

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

Shades of Royal Heath #B25873

Tints of Royal Heath #B25873

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.1%

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

R = 46.72%
G = 23.1%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B25873 (or 0xB25873) is known color: Royal Heath. HEX triplet: B2, 58 and 73. RGB value is (178,88,115). Sum of RGB (Red+Green+Blue) = 178+88+115=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B25873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25873 is #4DA78C. Grayscale: #757575. Windows color (decimal): -5089165 or 7559346. OLE color: 7559346.

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

Color convert

RGB 178 88 115 -
CMYK 0 0.51 0.35 0.30
HSL 342º 0.37% 0.52% -
HSV(B) 342º 0.51% 0.7% -
XYZ 24.94 17.68 18.32 -
YUV 117.99 126.32 170.8 -
System Red Green Blue C M Y K H S L
Decimal 178 88 115 0 0.51 0.35 0.30 342 0.37 0.52
Hex B2 58 73 0 33 23 1E 156 25 34
Octal 262 130 163 0 63 43 36 526 45 64
Binary 10110010 1011000 1110011 0 110011 100011 11110 101010110 100101 110100

Color Harmonies of #B25873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25873

Black with #B25873

Text Example


Text Example

White with #B25873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25873; }

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

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

background-color css

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

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

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

border-color css

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

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

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