Html Css Color HEX #B34975 Royal Heath

📋 copy color: '#B34975'

red 179 ◦ green 73 ◦ blue 117

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

Shades of Royal Heath #B34975

Tints of Royal Heath #B34975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.78%

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

R = 48.51%
G = 19.78%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B34975 (or 0xB34975) is known color: Royal Heath. HEX triplet: B3, 49 and 75. RGB value is (179,73,117). Sum of RGB (Red+Green+Blue) = 179+73+117=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B34975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34975 is #4CB68A. Grayscale: #6D6D6D. Windows color (decimal): -5027467 or 7686579. OLE color: 7686579.

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

Color convert

RGB 179 73 117 -
CMYK 0 0.59 0.35 0.30
HSL 335.09º 0.42% 0.49% -
HSV(B) 335.09º 0.59% 0.7% -
XYZ 24.18 15.63 18.57 -
YUV 109.71 132.12 177.42 -
System Red Green Blue C M Y K H S L
Decimal 179 73 117 0 0.59 0.35 0.30 335.09 0.42 0.49
Hex B3 49 75 0 3B 23 1E 14F 2A 31
Octal 263 111 165 0 73 43 36 517 52 61
Binary 10110011 1001001 1110101 0 111011 100011 11110 101001111 101010 110001

Color Harmonies of #B34975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34975

Black with #B34975

Text Example


Text Example

White with #B34975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34975; }

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

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

background-color css

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

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

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

border-color css

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

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

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