Html Css Color HEX #B34575 Royal Heath

📋 copy color: '#B34575'

red 179 ◦ green 69 ◦ blue 117

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

Shades of Royal Heath #B34575

Tints of Royal Heath #B34575

RGB

 RED value IS 179 (70.31% from 255) = 49.04%

 GREEN value IS 69 (27.34% from 255) = 18.9%

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

R = 49.04%
G = 18.9%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B34575 (or 0xB34575) is known color: Royal Heath. HEX triplet: B3, 45 and 75. RGB value is (179,69,117). Sum of RGB (Red+Green+Blue) = 179+69+117=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B34575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34575 is #4CBA8A. Grayscale: #6B6B6B. Windows color (decimal): -5028491 or 7685555. OLE color: 7685555.

HSL color Cylindrical-coordinate representation of color #B34575: hue angle of 333.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B34575 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 69 117 -
CMYK 0 0.61 0.35 0.30
HSL 333.82º 0.44% 0.49% -
HSV(B) 333.82º 0.61% 0.7% -
XYZ 23.93 15.12 18.49 -
YUV 107.36 133.44 179.1 -
System Red Green Blue C M Y K H S L
Decimal 179 69 117 0 0.61 0.35 0.30 333.82 0.44 0.49
Hex B3 45 75 0 3D 23 1E 14E 2C 31
Octal 263 105 165 0 75 43 36 516 54 61
Binary 10110011 1000101 1110101 0 111101 100011 11110 101001110 101100 110001

Color Harmonies of #B34575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34575

Black with #B34575

Text Example


Text Example

White with #B34575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34575; }

 p { color: rgb(179,69,117); }

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

background-color css

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

 a { background-color: rgb(179,69,117); }

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

border-color css

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

 span { border-color: rgb(179,69,117); }

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