Html Css Color HEX #B34073 Royal Heath

📋 copy color: '#B34073'

red 179 ◦ green 64 ◦ blue 115

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

Shades of Royal Heath #B34073

Tints of Royal Heath #B34073

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.88%

 BLUE value IS 115 (45.31% from 255) = 32.12%

R = 50%
G = 17.88%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B34073 (or 0xB34073) is known color: Royal Heath. HEX triplet: B3, 40 and 73. RGB value is (179,64,115). Sum of RGB (Red+Green+Blue) = 179+64+115=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B34073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34073 is #4CBF8C. Grayscale: #686868. Windows color (decimal): -5029773 or 7553203. OLE color: 7553203.

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

Color convert

RGB 179 64 115 -
CMYK 0 0.64 0.36 0.30
HSL 333.39º 0.47% 0.48% -
HSV(B) 333.39º 0.64% 0.7% -
XYZ 23.52 14.49 17.78 -
YUV 104.2 134.1 181.35 -
System Red Green Blue C M Y K H S L
Decimal 179 64 115 0 0.64 0.36 0.30 333.39 0.47 0.48
Hex B3 40 73 0 40 24 1E 14D 2F 30
Octal 263 100 163 0 100 44 36 515 57 60
Binary 10110011 1000000 1110011 0 1000000 100100 11110 101001101 101111 110000

Color Harmonies of #B34073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34073

Black with #B34073

Text Example


Text Example

White with #B34073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34073; }

 p { color: rgb(179,64,115); }

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

background-color css

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

 a { background-color: rgb(179,64,115); }

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

border-color css

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

 span { border-color: rgb(179,64,115); }

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