#B74B6C

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

Shades of Royal Heath #B74B6C

Tints of Royal Heath #B74B6C

Color information

#B74B6C (or 0xB74B6C) is unknown color: approx Royal Heath. HEX triplet: B7, 4B and 6C. RGB value is (183,75,108). Sum of RGB (Red+Green+Blue) = 183+75+108=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74B6C is #48B493. Grayscale: #6F6F6F. Windows color (decimal): -4764820 or 7097271. OLE color: 7097271.

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

Color convert

RGB18375108-
CMYK00.590.410.28
HSL341.67º42.86%50.59%-
HSV(B)341.67º59.02%71.76%-
XYZ24.7516.1816.01-
YUV111.05126.28179.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50%
GREEN value IS 75 (29.69% from 255) = 20.49%
BLUE value IS 108 (42.58% from 255) = 29.51%
R=50%
G=20.49%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837510800.590.410.28341.6742.8650.59
HexB74B6C03B291C1562b33
Octal26711315407351345265363
Binary1011011110010111101100011101110100111100101010110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74B6C; }

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

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

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

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

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

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

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

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