Html Css Color HEX #B74172 Royal Heath

📋 copy color: '#B74172'

red 183 ◦ green 65 ◦ blue 114

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

Shades of Royal Heath #B74172

Tints of Royal Heath #B74172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.49%

R = 50.55%
G = 17.96%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B74172 (or 0xB74172) is known color: Royal Heath. HEX triplet: B7, 41 and 72. RGB value is (183,65,114). Sum of RGB (Red+Green+Blue) = 183+65+114=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B74172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74172 is #48BE8D. Grayscale: #696969. Windows color (decimal): -4767374 or 7487927. OLE color: 7487927.

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

Color convert

RGB 183 65 114 -
CMYK 0 0.64 0.38 0.28
HSL 335.08º 0.48% 0.49% -
HSV(B) 335.08º 0.64% 0.72% -
XYZ 24.46 15.06 17.54 -
YUV 105.87 132.59 183.02 -
System Red Green Blue C M Y K H S L
Decimal 183 65 114 0 0.64 0.38 0.28 335.08 0.48 0.49
Hex B7 41 72 0 40 26 1C 14F 30 31
Octal 267 101 162 0 100 46 34 517 60 61
Binary 10110111 1000001 1110010 0 1000000 100110 11100 101001111 110000 110001

Color Harmonies of #B74172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74172

Black with #B74172

Text Example


Text Example

White with #B74172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74172; }

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

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

background-color css

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

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

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

border-color css

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

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

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