Html Css Color HEX #B74470 Royal Heath

📋 copy color: '#B74470'

red 183 ◦ green 68 ◦ blue 112

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

Shades of Royal Heath #B74470

Tints of Royal Heath #B74470

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.73%

 BLUE value IS 112 (44.14% from 255) = 30.85%

R = 50.41%
G = 18.73%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B74470 (or 0xB74470) is known color: Royal Heath. HEX triplet: B7, 44 and 70. RGB value is (183,68,112). Sum of RGB (Red+Green+Blue) = 183+68+112=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B74470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74470 is #48BB8F. Grayscale: #6B6B6B. Windows color (decimal): -4766608 or 7357623. OLE color: 7357623.

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

Color convert

RGB 183 68 112 -
CMYK 0 0.63 0.39 0.28
HSL 337.04º 0.46% 0.49% -
HSV(B) 337.04º 0.63% 0.72% -
XYZ 24.52 15.37 17 -
YUV 107.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 183 68 112 0 0.63 0.39 0.28 337.04 0.46 0.49
Hex B7 44 70 0 3F 27 1C 151 2E 31
Octal 267 104 160 0 77 47 34 521 56 61
Binary 10110111 1000100 1110000 0 111111 100111 11100 101010001 101110 110001

Color Harmonies of #B74470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74470

Black with #B74470

Text Example


Text Example

White with #B74470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74470; }

 p { color: rgb(183,68,112); }

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

background-color css

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

 a { background-color: rgb(183,68,112); }

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

border-color css

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

 span { border-color: rgb(183,68,112); }

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