Html Css Color HEX #B73B6F Royal Heath

📋 copy color: '#B73B6F'

red 183 ◦ green 59 ◦ blue 111

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

Shades of Royal Heath #B73B6F

Tints of Royal Heath #B73B6F

RGB

 RED value IS 183 (71.88% from 255) = 51.84%

 GREEN value IS 59 (23.44% from 255) = 16.71%

 BLUE value IS 111 (43.75% from 255) = 31.44%

R = 51.84%
G = 16.71%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B73B6F (or 0xB73B6F) is known color: Royal Heath. HEX triplet: B7, 3B and 6F. RGB value is (183,59,111). Sum of RGB (Red+Green+Blue) = 183+59+111=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73B6F is #48C490. Grayscale: #656565. Windows color (decimal): -4768913 or 7289783. OLE color: 7289783.

HSL color Cylindrical-coordinate representation of color #B73B6F: hue angle of 334.84º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73B6F is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 59 111 -
CMYK 0 0.68 0.39 0.28
HSL 334.84º 0.51% 0.47% -
HSV(B) 334.84º 0.68% 0.72% -
XYZ 23.96 14.34 16.54 -
YUV 102 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 183 59 111 0 0.68 0.39 0.28 334.84 0.51 0.47
Hex B7 3B 6F 0 44 27 1C 14F 33 2F
Octal 267 73 157 0 104 47 34 517 63 57
Binary 10110111 111011 1101111 0 1000100 100111 11100 101001111 110011 101111

Color Harmonies of #B73B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73B6F

Black with #B73B6F

Text Example


Text Example

White with #B73B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73B6F; }

 p { color: rgb(183,59,111); }

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

background-color css

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

 a { background-color: rgb(183,59,111); }

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

border-color css

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

 span { border-color: rgb(183,59,111); }

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