Html Css Color HEX #B23973 Royal Heath

📋 copy color: '#B23973'

red 178 ◦ green 57 ◦ blue 115

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

Shades of Royal Heath #B23973

Tints of Royal Heath #B23973

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.29%

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

R = 50.86%
G = 16.29%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B23973 (or 0xB23973) is known color: Royal Heath. HEX triplet: B2, 39 and 73. RGB value is (178,57,115). Sum of RGB (Red+Green+Blue) = 178+57+115=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B23973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23973 is #4DC68C. Grayscale: #636363. Windows color (decimal): -5097101 or 7551410. OLE color: 7551410.

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

Color convert

RGB 178 57 115 -
CMYK 0 0.68 0.35 0.30
HSL 331.24º 0.51% 0.46% -
HSV(B) 331.24º 0.68% 0.7% -
XYZ 22.92 13.63 17.64 -
YUV 99.79 136.59 183.78 -
System Red Green Blue C M Y K H S L
Decimal 178 57 115 0 0.68 0.35 0.30 331.24 0.51 0.46
Hex B2 39 73 0 44 23 1E 14B 33 2E
Octal 262 71 163 0 104 43 36 513 63 56
Binary 10110010 111001 1110011 0 1000100 100011 11110 101001011 110011 101110

Color Harmonies of #B23973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23973

Black with #B23973

Text Example


Text Example

White with #B23973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23973; }

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

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

background-color css

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

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

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

border-color css

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

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

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