Html Css Color HEX #B73F6B Royal Heath

📋 copy color: '#B73F6B'

red 183 ◦ green 63 ◦ blue 107

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

Shades of Royal Heath #B73F6B

Tints of Royal Heath #B73F6B

RGB

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

 GREEN value IS 63 (25% from 255) = 17.85%

 BLUE value IS 107 (42.19% from 255) = 30.31%

R = 51.84%
G = 17.85%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B73F6B (or 0xB73F6B) is known color: Royal Heath. HEX triplet: B7, 3F and 6B. RGB value is (183,63,107). Sum of RGB (Red+Green+Blue) = 183+63+107=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73F6B is #48C094. Grayscale: #676767. Windows color (decimal): -4767893 or 7028663. OLE color: 7028663.

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

Color convert

RGB 183 63 107 -
CMYK 0 0.66 0.42 0.28
HSL 338º 0.49% 0.48% -
HSV(B) 338º 0.66% 0.72% -
XYZ 23.96 14.68 15.48 -
YUV 103.9 129.76 184.42 -
System Red Green Blue C M Y K H S L
Decimal 183 63 107 0 0.66 0.42 0.28 338 0.49 0.48
Hex B7 3F 6B 0 42 2A 1C 152 31 30
Octal 267 77 153 0 102 52 34 522 61 60
Binary 10110111 111111 1101011 0 1000010 101010 11100 101010010 110001 110000

Color Harmonies of #B73F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73F6B

Black with #B73F6B

Text Example


Text Example

White with #B73F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73F6B; }

 p { color: rgb(183,63,107); }

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

background-color css

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

 a { background-color: rgb(183,63,107); }

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

border-color css

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

 span { border-color: rgb(183,63,107); }

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