Html Css Color HEX #B73E76 Royal Heath

📋 copy color: '#B73E76'

red 183 ◦ green 62 ◦ blue 118

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

Shades of Royal Heath #B73E76

Tints of Royal Heath #B73E76

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.08%

 BLUE value IS 118 (46.48% from 255) = 32.51%

R = 50.41%
G = 17.08%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B73E76 (or 0xB73E76) is known color: Royal Heath. HEX triplet: B7, 3E and 76. RGB value is (183,62,118). Sum of RGB (Red+Green+Blue) = 183+62+118=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73E76 is #48C189. Grayscale: #686868. Windows color (decimal): -4768138 or 7749303. OLE color: 7749303.

HSL color Cylindrical-coordinate representation of color #B73E76: hue angle of 332.23º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B73E76 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 62 118 -
CMYK 0 0.66 0.36 0.28
HSL 332.23º 0.49% 0.48% -
HSV(B) 332.23º 0.66% 0.72% -
XYZ 24.52 14.82 18.71 -
YUV 104.56 135.59 183.95 -
System Red Green Blue C M Y K H S L
Decimal 183 62 118 0 0.66 0.36 0.28 332.23 0.49 0.48
Hex B7 3E 76 0 42 24 1C 14C 31 30
Octal 267 76 166 0 102 44 34 514 61 60
Binary 10110111 111110 1110110 0 1000010 100100 11100 101001100 110001 110000

Color Harmonies of #B73E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73E76

Black with #B73E76

Text Example


Text Example

White with #B73E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73E76; }

 p { color: rgb(183,62,118); }

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

background-color css

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

 a { background-color: rgb(183,62,118); }

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

border-color css

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

 span { border-color: rgb(183,62,118); }

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