Html Css Color HEX #B74A81 Royal Heath

📋 copy color: '#B74A81'

red 183 ◦ green 74 ◦ blue 129

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

Shades of Royal Heath #B74A81

Tints of Royal Heath #B74A81

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.17%

 BLUE value IS 129 (50.78% from 255) = 33.42%

R = 47.41%
G = 19.17%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B74A81 (or 0xB74A81) is known color: Royal Heath. HEX triplet: B7, 4A and 81. RGB value is (183,74,129). Sum of RGB (Red+Green+Blue) = 183+74+129=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74A81 is #48B57E. Grayscale: #707070. Windows color (decimal): -4765055 or 8473271. OLE color: 8473271.

HSL color Cylindrical-coordinate representation of color #B74A81: hue angle of 329.72º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74A81 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 74 129 -
CMYK 0 0.60 0.30 0.28
HSL 329.72º 0.43% 0.5% -
HSV(B) 329.72º 0.6% 0.72% -
XYZ 25.94 16.55 22.6 -
YUV 112.86 137.11 178.03 -
System Red Green Blue C M Y K H S L
Decimal 183 74 129 0 0.60 0.30 0.28 329.72 0.43 0.5
Hex B7 4A 81 0 3C 1E 1C 14A 2B 32
Octal 267 112 201 0 74 36 34 512 53 62
Binary 10110111 1001010 10000001 0 111100 11110 11100 101001010 101011 110010

Color Harmonies of #B74A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74A81

Black with #B74A81

Text Example


Text Example

White with #B74A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74A81; }

 p { color: rgb(183,74,129); }

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

background-color css

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

 a { background-color: rgb(183,74,129); }

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

border-color css

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

 span { border-color: rgb(183,74,129); }

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