Html Css Color HEX #B74E7D Royal Heath

📋 copy color: '#B74E7D'

red 183 ◦ green 78 ◦ blue 125

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

Shades of Royal Heath #B74E7D

Tints of Royal Heath #B74E7D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.21%

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 47.41%
G = 20.21%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B74E7D (or 0xB74E7D) is known color: Royal Heath. HEX triplet: B7, 4E and 7D. RGB value is (183,78,125). Sum of RGB (Red+Green+Blue) = 183+78+125=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74E7D is #48B182. Grayscale: #727272. Windows color (decimal): -4764035 or 8212151. OLE color: 8212151.

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

Color convert

RGB 183 78 125 -
CMYK 0 0.57 0.32 0.28
HSL 333.14º 0.42% 0.51% -
HSV(B) 333.14º 0.57% 0.72% -
XYZ 25.95 17 21.31 -
YUV 114.75 133.79 176.68 -
System Red Green Blue C M Y K H S L
Decimal 183 78 125 0 0.57 0.32 0.28 333.14 0.42 0.51
Hex B7 4E 7D 0 39 20 1C 14D 2A 33
Octal 267 116 175 0 71 40 34 515 52 63
Binary 10110111 1001110 1111101 0 111001 100000 11100 101001101 101010 110011

Color Harmonies of #B74E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74E7D

Black with #B74E7D

Text Example


Text Example

White with #B74E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74E7D; }

 p { color: rgb(183,78,125); }

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

background-color css

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

 a { background-color: rgb(183,78,125); }

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

border-color css

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

 span { border-color: rgb(183,78,125); }

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