#B74D6F

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

Shades of Royal Heath #B74D6F

Tints of Royal Heath #B74D6F

Color information

#B74D6F (or 0xB74D6F) is unknown color: approx Royal Heath. HEX triplet: B7, 4D and 6F. RGB value is (183,77,111). Sum of RGB (Red+Green+Blue) = 183+77+111=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74D6F is #48B290. Grayscale: #707070. Windows color (decimal): -4764305 or 7294391. OLE color: 7294391.

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

Color convert

RGB18377111-
CMYK00.580.390.28
HSL340.75º42.4%50.98%-
HSV(B)340.75º57.92%71.76%-
XYZ25.0516.5216.91-
YUV112.57127.12178.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 77 (30.47% from 255) = 20.75%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=49.33%
G=20.75%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837711100.580.390.28340.7542.450.98
HexB74D6F03A271C1552a33
Octal26711515707247345255263
Binary1011011110011011101111011101010011111100101010101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74D6F; }

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

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

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

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

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

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

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

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