Html Css Color HEX #B74F73 Royal Heath

📋 copy color: '#B74F73'

red 183 ◦ green 79 ◦ blue 115

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

Shades of Royal Heath #B74F73

Tints of Royal Heath #B74F73

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.95%

 BLUE value IS 115 (45.31% from 255) = 30.5%

R = 48.54%
G = 20.95%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B74F73 (or 0xB74F73) is known color: Royal Heath. HEX triplet: B7, 4F and 73. RGB value is (183,79,115). Sum of RGB (Red+Green+Blue) = 183+79+115=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74F73 is #48B08C. Grayscale: #727272. Windows color (decimal): -4763789 or 7557047. OLE color: 7557047.

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

Color convert

RGB 183 79 115 -
CMYK 0 0.57 0.37 0.28
HSL 339.23º 0.42% 0.51% -
HSV(B) 339.23º 0.57% 0.72% -
XYZ 25.42 16.9 18.14 -
YUV 114.2 128.46 177.07 -
System Red Green Blue C M Y K H S L
Decimal 183 79 115 0 0.57 0.37 0.28 339.23 0.42 0.51
Hex B7 4F 73 0 39 25 1C 153 2A 33
Octal 267 117 163 0 71 45 34 523 52 63
Binary 10110111 1001111 1110011 0 111001 100101 11100 101010011 101010 110011

Color Harmonies of #B74F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74F73

Black with #B74F73

Text Example


Text Example

White with #B74F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74F73; }

 p { color: rgb(183,79,115); }

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

background-color css

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

 a { background-color: rgb(183,79,115); }

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

border-color css

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

 span { border-color: rgb(183,79,115); }

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