#B74D77

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

Shades of Royal Heath #B74D77

Tints of Royal Heath #B74D77

Color information

#B74D77 (or 0xB74D77) is unknown color: approx Royal Heath. HEX triplet: B7, 4D and 77. RGB value is (183,77,119). Sum of RGB (Red+Green+Blue) = 183+77+119=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74D77 is #48B288. Grayscale: #717171. Windows color (decimal): -4764297 or 7818679. OLE color: 7818679.

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

Color convert

RGB18377119-
CMYK00.580.350.28
HSL336.23º42.4%50.98%-
HSV(B)336.23º57.92%71.76%-
XYZ25.5116.7119.33-
YUV113.48131.12177.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.28%
GREEN value IS 77 (30.47% from 255) = 20.32%
BLUE value IS 119 (46.88% from 255) = 31.40%
R=48.28%
G=20.32%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837711900.580.350.28336.2342.450.98
HexB74D7703A231C1502a33
Octal26711516707243345205263
Binary1011011110011011110111011101010001111100101010000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74D77; }

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

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

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

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

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

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

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

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