Html Css Color HEX #B74775 Royal Heath

📋 copy color: '#B74775'

red 183 ◦ green 71 ◦ blue 117

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

Shades of Royal Heath #B74775

Tints of Royal Heath #B74775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.14%

 BLUE value IS 117 (46.09% from 255) = 31.54%

R = 49.33%
G = 19.14%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B74775 (or 0xB74775) is known color: Royal Heath. HEX triplet: B7, 47 and 75. RGB value is (183,71,117). Sum of RGB (Red+Green+Blue) = 183+71+117=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B74775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74775 is #48B88A. Grayscale: #6D6D6D. Windows color (decimal): -4765835 or 7686071. OLE color: 7686071.

HSL color Cylindrical-coordinate representation of color #B74775: hue angle of 335.36º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B74775 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 71 117 -
CMYK 0 0.61 0.36 0.28
HSL 335.36º 0.44% 0.5% -
HSV(B) 335.36º 0.61% 0.72% -
XYZ 24.99 15.86 18.57 -
YUV 109.73 132.11 180.26 -
System Red Green Blue C M Y K H S L
Decimal 183 71 117 0 0.61 0.36 0.28 335.36 0.44 0.5
Hex B7 47 75 0 3D 24 1C 14F 2C 32
Octal 267 107 165 0 75 44 34 517 54 62
Binary 10110111 1000111 1110101 0 111101 100100 11100 101001111 101100 110010

Color Harmonies of #B74775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74775

Black with #B74775

Text Example


Text Example

White with #B74775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74775; }

 p { color: rgb(183,71,117); }

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

background-color css

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

 a { background-color: rgb(183,71,117); }

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

border-color css

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

 span { border-color: rgb(183,71,117); }

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