Html Css Color HEX #B73B74 Royal Heath

📋 copy color: '#B73B74'

red 183 ◦ green 59 ◦ blue 116

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

Shades of Royal Heath #B73B74

Tints of Royal Heath #B73B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.4%

R = 51.12%
G = 16.48%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B73B74 (or 0xB73B74) is known color: Royal Heath. HEX triplet: B7, 3B and 74. RGB value is (183,59,116). Sum of RGB (Red+Green+Blue) = 183+59+116=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73B74 is #48C48B. Grayscale: #666666. Windows color (decimal): -4768908 or 7617463. OLE color: 7617463.

HSL color Cylindrical-coordinate representation of color #B73B74: hue angle of 332.42º 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 #B73B74 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 59 116 -
CMYK 0 0.68 0.37 0.28
HSL 332.42º 0.51% 0.47% -
HSV(B) 332.42º 0.68% 0.72% -
XYZ 24.24 14.46 18.04 -
YUV 102.57 135.58 185.37 -
System Red Green Blue C M Y K H S L
Decimal 183 59 116 0 0.68 0.37 0.28 332.42 0.51 0.47
Hex B7 3B 74 0 44 25 1C 14C 33 2F
Octal 267 73 164 0 104 45 34 514 63 57
Binary 10110111 111011 1110100 0 1000100 100101 11100 101001100 110011 101111

Color Harmonies of #B73B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73B74

Black with #B73B74

Text Example


Text Example

White with #B73B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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