Html Css Color HEX #B74170 Royal Heath

📋 copy color: '#B74170'

red 183 ◦ green 65 ◦ blue 112

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

Shades of Royal Heath #B74170

Tints of Royal Heath #B74170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.06%

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

R = 50.83%
G = 18.06%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B74170 (or 0xB74170) is known color: Royal Heath. HEX triplet: B7, 41 and 70. RGB value is (183,65,112). Sum of RGB (Red+Green+Blue) = 183+65+112=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B74170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74170 is #48BE8F. Grayscale: #696969. Windows color (decimal): -4767376 or 7356855. OLE color: 7356855.

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

Color convert

RGB 183 65 112 -
CMYK 0 0.64 0.39 0.28
HSL 336.1º 0.48% 0.49% -
HSV(B) 336.1º 0.64% 0.72% -
XYZ 24.34 15.02 16.94 -
YUV 105.64 131.59 183.18 -
System Red Green Blue C M Y K H S L
Decimal 183 65 112 0 0.64 0.39 0.28 336.1 0.48 0.49
Hex B7 41 70 0 40 27 1C 150 30 31
Octal 267 101 160 0 100 47 34 520 60 61
Binary 10110111 1000001 1110000 0 1000000 100111 11100 101010000 110000 110001

Color Harmonies of #B74170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74170

Black with #B74170

Text Example


Text Example

White with #B74170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74170; }

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

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

background-color css

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

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

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

border-color css

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

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

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