Html Css Color HEX #B25073 Royal Heath

📋 copy color: '#B25073'

red 178 ◦ green 80 ◦ blue 115

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

Shades of Royal Heath #B25073

Tints of Royal Heath #B25073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.45%

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

R = 47.72%
G = 21.45%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B25073 (or 0xB25073) is known color: Royal Heath. HEX triplet: B2, 50 and 73. RGB value is (178,80,115). Sum of RGB (Red+Green+Blue) = 178+80+115=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B25073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25073 is #4DAF8C. Grayscale: #717171. Windows color (decimal): -5091213 or 7557298. OLE color: 7557298.

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

Color convert

RGB 178 80 115 -
CMYK 0 0.55 0.35 0.30
HSL 338.57º 0.39% 0.51% -
HSV(B) 338.57º 0.55% 0.7% -
XYZ 24.32 16.44 18.11 -
YUV 113.29 128.97 174.15 -
System Red Green Blue C M Y K H S L
Decimal 178 80 115 0 0.55 0.35 0.30 338.57 0.39 0.51
Hex B2 50 73 0 37 23 1E 153 27 33
Octal 262 120 163 0 67 43 36 523 47 63
Binary 10110010 1010000 1110011 0 110111 100011 11110 101010011 100111 110011

Color Harmonies of #B25073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25073

Black with #B25073

Text Example


Text Example

White with #B25073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25073; }

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

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

background-color css

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

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

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

border-color css

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

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

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