Html Css Color HEX #B25372 Royal Heath

📋 copy color: '#B25372'

red 178 ◦ green 83 ◦ blue 114

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

Shades of Royal Heath #B25372

Tints of Royal Heath #B25372

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.13%

 BLUE value IS 114 (44.92% from 255) = 30.4%

R = 47.47%
G = 22.13%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B25372 (or 0xB25372) is known color: Royal Heath. HEX triplet: B2, 53 and 72. RGB value is (178,83,114). Sum of RGB (Red+Green+Blue) = 178+83+114=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B25372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25372 is #4DAC8D. Grayscale: #727272. Windows color (decimal): -5090446 or 7492530. OLE color: 7492530.

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

Color convert

RGB 178 83 114 -
CMYK 0 0.53 0.36 0.30
HSL 340.42º 0.38% 0.51% -
HSV(B) 340.42º 0.53% 0.7% -
XYZ 24.49 16.87 17.88 -
YUV 114.94 127.47 172.98 -
System Red Green Blue C M Y K H S L
Decimal 178 83 114 0 0.53 0.36 0.30 340.42 0.38 0.51
Hex B2 53 72 0 35 24 1E 154 26 33
Octal 262 123 162 0 65 44 36 524 46 63
Binary 10110010 1010011 1110010 0 110101 100100 11110 101010100 100110 110011

Color Harmonies of #B25372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25372

Black with #B25372

Text Example


Text Example

White with #B25372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25372; }

 p { color: rgb(178,83,114); }

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

background-color css

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

 a { background-color: rgb(178,83,114); }

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

border-color css

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

 span { border-color: rgb(178,83,114); }

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