Html Css Color HEX #B74373 Royal Heath

📋 copy color: '#B74373'

red 183 ◦ green 67 ◦ blue 115

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

Shades of Royal Heath #B74373

Tints of Royal Heath #B74373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.36%

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

R = 50.14%
G = 18.36%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B74373 (or 0xB74373) is known color: Royal Heath. HEX triplet: B7, 43 and 73. RGB value is (183,67,115). Sum of RGB (Red+Green+Blue) = 183+67+115=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B74373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74373 is #48BC8C. Grayscale: #6B6B6B. Windows color (decimal): -4766861 or 7553975. OLE color: 7553975.

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

Color convert

RGB 183 67 115 -
CMYK 0 0.63 0.37 0.28
HSL 335.17º 0.46% 0.49% -
HSV(B) 335.17º 0.63% 0.72% -
XYZ 24.63 15.32 17.88 -
YUV 107.16 132.43 182.1 -
System Red Green Blue C M Y K H S L
Decimal 183 67 115 0 0.63 0.37 0.28 335.17 0.46 0.49
Hex B7 43 73 0 3F 25 1C 14F 2E 31
Octal 267 103 163 0 77 45 34 517 56 61
Binary 10110111 1000011 1110011 0 111111 100101 11100 101001111 101110 110001

Color Harmonies of #B74373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74373

Black with #B74373

Text Example


Text Example

White with #B74373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74373; }

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

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

background-color css

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

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

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

border-color css

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

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

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