Html Css Color HEX #B34370 Royal Heath

📋 copy color: '#B34370'

red 179 ◦ green 67 ◦ blue 112

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

Shades of Royal Heath #B34370

Tints of Royal Heath #B34370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.72%

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

R = 50%
G = 18.72%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B34370 (or 0xB34370) is known color: Royal Heath. HEX triplet: B3, 43 and 70. RGB value is (179,67,112). Sum of RGB (Red+Green+Blue) = 179+67+112=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B34370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34370 is #4CBC8F. Grayscale: #696969. Windows color (decimal): -5029008 or 7357363. OLE color: 7357363.

HSL color Cylindrical-coordinate representation of color #B34370: hue angle of 335.89º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B34370 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 67 112 -
CMYK 0 0.63 0.37 0.30
HSL 335.89º 0.46% 0.48% -
HSV(B) 335.89º 0.63% 0.7% -
XYZ 23.52 14.77 16.94 -
YUV 105.62 131.61 180.34 -
System Red Green Blue C M Y K H S L
Decimal 179 67 112 0 0.63 0.37 0.30 335.89 0.46 0.48
Hex B3 43 70 0 3F 25 1E 150 2E 30
Octal 263 103 160 0 77 45 36 520 56 60
Binary 10110011 1000011 1110000 0 111111 100101 11110 101010000 101110 110000

Color Harmonies of #B34370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34370

Black with #B34370

Text Example


Text Example

White with #B34370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34370; }

 p { color: rgb(179,67,112); }

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

background-color css

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

 a { background-color: rgb(179,67,112); }

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

border-color css

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

 span { border-color: rgb(179,67,112); }

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