#B74B6D

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

Shades of Royal Heath #B74B6D

Tints of Royal Heath #B74B6D

Color information

#B74B6D (or 0xB74B6D) is unknown color: approx Royal Heath. HEX triplet: B7, 4B and 6D. RGB value is (183,75,109). Sum of RGB (Red+Green+Blue) = 183+75+109=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74B6D is #48B492. Grayscale: #6F6F6F. Windows color (decimal): -4764819 or 7162807. OLE color: 7162807.

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

Color convert

RGB18375109-
CMYK00.590.400.28
HSL341.11º42.86%50.59%-
HSV(B)341.11º59.02%71.76%-
XYZ24.816.216.29-
YUV111.17126.78179.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.86%
GREEN value IS 75 (29.69% from 255) = 20.44%
BLUE value IS 109 (42.97% from 255) = 29.70%
R=49.86%
G=20.44%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837510900.590.400.28341.1142.8650.59
HexB74B6D03B281C1552b33
Octal26711315507350345255363
Binary1011011110010111101101011101110100011100101010101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74B6D; }

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

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

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

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

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

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

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

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