Html Css Color HEX #B74271 Royal Heath

📋 copy color: '#B74271'

red 183 ◦ green 66 ◦ blue 113

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

Shades of Royal Heath #B74271

Tints of Royal Heath #B74271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.22%

R = 50.55%
G = 18.23%
B = 31.22%

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

#B74271 (or 0xB74271) is known color: Royal Heath. HEX triplet: B7, 42 and 71. RGB value is (183,66,113). Sum of RGB (Red+Green+Blue) = 183+66+113=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B74271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74271 is #48BD8E. Grayscale: #6A6A6A. Windows color (decimal): -4767119 or 7422647. OLE color: 7422647.

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

Color convert

RGB 183 66 113 -
CMYK 0 0.64 0.38 0.28
HSL 335.9º 0.47% 0.49% -
HSV(B) 335.9º 0.64% 0.72% -
XYZ 24.46 15.16 17.26 -
YUV 106.34 131.76 182.68 -
System Red Green Blue C M Y K H S L
Decimal 183 66 113 0 0.64 0.38 0.28 335.9 0.47 0.49
Hex B7 42 71 0 40 26 1C 150 2F 31
Octal 267 102 161 0 100 46 34 520 57 61
Binary 10110111 1000010 1110001 0 1000000 100110 11100 101010000 101111 110001

Color Harmonies of #B74271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74271

Black with #B74271

Text Example


Text Example

White with #B74271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74271; }

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

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

background-color css

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

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

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

border-color css

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

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

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