Html Css Color HEX #B74175 Royal Heath

📋 copy color: '#B74175'

red 183 ◦ green 65 ◦ blue 117

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

Shades of Royal Heath #B74175

Tints of Royal Heath #B74175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.81%

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

R = 50.14%
G = 17.81%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B74175 (or 0xB74175) is known color: Royal Heath. HEX triplet: B7, 41 and 75. RGB value is (183,65,117). Sum of RGB (Red+Green+Blue) = 183+65+117=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B74175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74175 is #48BE8A. Grayscale: #6A6A6A. Windows color (decimal): -4767371 or 7684535. OLE color: 7684535.

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

Color convert

RGB 183 65 117 -
CMYK 0 0.64 0.36 0.28
HSL 333.56º 0.48% 0.49% -
HSV(B) 333.56º 0.64% 0.72% -
XYZ 24.63 15.13 18.45 -
YUV 106.21 134.09 182.77 -
System Red Green Blue C M Y K H S L
Decimal 183 65 117 0 0.64 0.36 0.28 333.56 0.48 0.49
Hex B7 41 75 0 40 24 1C 14E 30 31
Octal 267 101 165 0 100 44 34 516 60 61
Binary 10110111 1000001 1110101 0 1000000 100100 11100 101001110 110000 110001

Color Harmonies of #B74175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74175

Black with #B74175

Text Example


Text Example

White with #B74175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74175; }

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

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

background-color css

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

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

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

border-color css

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

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

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