Html Css Color HEX #B74C70 Royal Heath

📋 copy color: '#B74C70'

red 183 ◦ green 76 ◦ blue 112

#B74C70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #B74C70

Tints of Royal Heath #B74C70

RGB

 RED value IS 183 (71.88% from 255) = 49.33%

 GREEN value IS 76 (30.08% from 255) = 20.49%

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 49.33%
G = 20.49%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B74C70 (or 0xB74C70) is known color: Royal Heath. HEX triplet: B7, 4C and 70. RGB value is (183,76,112). Sum of RGB (Red+Green+Blue) = 183+76+112=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74C70 is #48B38F. Grayscale: #707070. Windows color (decimal): -4764560 or 7359671. OLE color: 7359671.

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

Color convert

RGB 183 76 112 -
CMYK 0 0.58 0.39 0.28
HSL 339.81º 0.43% 0.51% -
HSV(B) 339.81º 0.58% 0.72% -
XYZ 25.04 16.41 17.18 -
YUV 112.1 127.95 178.57 -
System Red Green Blue C M Y K H S L
Decimal 183 76 112 0 0.58 0.39 0.28 339.81 0.43 0.51
Hex B7 4C 70 0 3A 27 1C 154 2B 33
Octal 267 114 160 0 72 47 34 524 53 63
Binary 10110111 1001100 1110000 0 111010 100111 11100 101010100 101011 110011

Color Harmonies of #B74C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74C70

Black with #B74C70

Text Example


Text Example

White with #B74C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74C70; }

 p { color: rgb(183,76,112); }

 H1.HeaderClassName
 {
   color: #B74C70;
 }
 .AnyTagClassName
 {
   color: #B74C70;
 }
</style>

background-color css

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

 a { background-color: rgb(183,76,112); }

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

border-color css

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

 span { border-color: rgb(183,76,112); }

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