Html Css Color HEX #B74E7A Royal Heath

📋 copy color: '#B74E7A'

red 183 ◦ green 78 ◦ blue 122

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

Shades of Royal Heath #B74E7A

Tints of Royal Heath #B74E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.85%

R = 47.78%
G = 20.37%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B74E7A (or 0xB74E7A) is known color: Royal Heath. HEX triplet: B7, 4E and 7A. RGB value is (183,78,122). Sum of RGB (Red+Green+Blue) = 183+78+122=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74E7A is #48B185. Grayscale: #727272. Windows color (decimal): -4764038 or 8015543. OLE color: 8015543.

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

Color convert

RGB 183 78 122 -
CMYK 0 0.57 0.33 0.28
HSL 334.86º 0.42% 0.51% -
HSV(B) 334.86º 0.57% 0.72% -
XYZ 25.77 16.92 20.32 -
YUV 114.41 132.29 176.92 -
System Red Green Blue C M Y K H S L
Decimal 183 78 122 0 0.57 0.33 0.28 334.86 0.42 0.51
Hex B7 4E 7A 0 39 21 1C 14F 2A 33
Octal 267 116 172 0 71 41 34 517 52 63
Binary 10110111 1001110 1111010 0 111001 100001 11100 101001111 101010 110011

Color Harmonies of #B74E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74E7A

Black with #B74E7A

Text Example


Text Example

White with #B74E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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