Html Css Color HEX #B73E6E Royal Heath

📋 copy color: '#B73E6E'

red 183 ◦ green 62 ◦ blue 110

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

Shades of Royal Heath #B73E6E

Tints of Royal Heath #B73E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.99%

R = 51.55%
G = 17.46%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B73E6E (or 0xB73E6E) is known color: Royal Heath. HEX triplet: B7, 3E and 6E. RGB value is (183,62,110). Sum of RGB (Red+Green+Blue) = 183+62+110=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73E6E is #48C191. Grayscale: #676767. Windows color (decimal): -4768146 or 7225015. OLE color: 7225015.

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

Color convert

RGB 183 62 110 -
CMYK 0 0.66 0.40 0.28
HSL 336.2º 0.49% 0.48% -
HSV(B) 336.2º 0.66% 0.72% -
XYZ 24.07 14.64 16.31 -
YUV 103.65 131.59 184.6 -
System Red Green Blue C M Y K H S L
Decimal 183 62 110 0 0.66 0.40 0.28 336.2 0.49 0.48
Hex B7 3E 6E 0 42 28 1C 150 31 30
Octal 267 76 156 0 102 50 34 520 61 60
Binary 10110111 111110 1101110 0 1000010 101000 11100 101010000 110001 110000

Color Harmonies of #B73E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73E6E

Black with #B73E6E

Text Example


Text Example

White with #B73E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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