#B74D6D

Color #B74D6D Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B74D6D

Tints of Royal Heath #B74D6D

Color information

#B74D6D (or 0xB74D6D) is unknown color: approx Royal Heath. HEX triplet: B7, 4D and 6D. RGB value is (183,77,109). Sum of RGB (Red+Green+Blue) = 183+77+109=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74D6D is #48B292. Grayscale: #707070. Windows color (decimal): -4764307 or 7163319. OLE color: 7163319.

HSL color Cylindrical-coordinate representation of color #B74D6D: hue angle of 341.89º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74D6D is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB18377109-
CMYK00.580.400.28
HSL341.89º42.4%50.98%-
HSV(B)341.89º57.92%71.76%-
XYZ24.9416.4816.33-
YUV112.34126.12178.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.59%
GREEN value IS 77 (30.47% from 255) = 20.87%
BLUE value IS 109 (42.97% from 255) = 29.54%
R=49.59%
G=20.87%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837710900.580.400.28341.8942.450.98
HexB74D6D03A281C1562a33
Octal26711515507250345265263
Binary1011011110011011101101011101010100011100101010110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74D6D; }

 p { color: rgb(183,77,109); }

 H1.HeaderClassName
 {
   color: #B74D6D;
 }
 .AnyTagClassName
 {
   color: #B74D6D;
 }
</style>
background-color css

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

 a { background-color: rgb(183,77,109); }

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

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

 span { border-color: rgb(183,77,109); }

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