Html Css Color HEX #B74277 Royal Heath

📋 copy color: '#B74277'

red 183 ◦ green 66 ◦ blue 119

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

Shades of Royal Heath #B74277

Tints of Royal Heath #B74277

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.93%

 BLUE value IS 119 (46.88% from 255) = 32.34%

R = 49.73%
G = 17.93%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B74277 (or 0xB74277) is known color: Royal Heath. HEX triplet: B7, 42 and 77. RGB value is (183,66,119). Sum of RGB (Red+Green+Blue) = 183+66+119=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B74277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74277 is #48BD88. Grayscale: #6A6A6A. Windows color (decimal): -4767113 or 7815863. OLE color: 7815863.

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

Color convert

RGB 183 66 119 -
CMYK 0 0.64 0.35 0.28
HSL 332.82º 0.47% 0.49% -
HSV(B) 332.82º 0.64% 0.72% -
XYZ 24.81 15.3 19.1 -
YUV 107.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 183 66 119 0 0.64 0.35 0.28 332.82 0.47 0.49
Hex B7 42 77 0 40 23 1C 14D 2F 31
Octal 267 102 167 0 100 43 34 515 57 61
Binary 10110111 1000010 1110111 0 1000000 100011 11100 101001101 101111 110001

Color Harmonies of #B74277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74277

Black with #B74277

Text Example


Text Example

White with #B74277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74277; }

 p { color: rgb(183,66,119); }

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

background-color css

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

 a { background-color: rgb(183,66,119); }

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

border-color css

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

 span { border-color: rgb(183,66,119); }

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