Html Css Color HEX #B44070 Royal Heath

📋 copy color: '#B44070'

red 180 ◦ green 64 ◦ blue 112

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

Shades of Royal Heath #B44070

Tints of Royal Heath #B44070

RGB

 RED value IS 180 (70.7% from 255) = 50.56%

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

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

R = 50.56%
G = 17.98%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B44070 (or 0xB44070) is known color: Royal Heath. HEX triplet: B4, 40 and 70. RGB value is (180,64,112). Sum of RGB (Red+Green+Blue) = 180+64+112=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B44070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44070 is #4BBF8F. Grayscale: #686868. Windows color (decimal): -4964240 or 7356596. OLE color: 7356596.

HSL color Cylindrical-coordinate representation of color #B44070: hue angle of 335.17º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B44070 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 64 112 -
CMYK 0 0.64 0.38 0.29
HSL 335.17º 0.48% 0.48% -
HSV(B) 335.17º 0.64% 0.71% -
XYZ 23.58 14.54 16.89 -
YUV 104.16 132.43 182.1 -
System Red Green Blue C M Y K H S L
Decimal 180 64 112 0 0.64 0.38 0.29 335.17 0.48 0.48
Hex B4 40 70 0 40 26 1D 14F 30 30
Octal 264 100 160 0 100 46 35 517 60 60
Binary 10110100 1000000 1110000 0 1000000 100110 11101 101001111 110000 110000

Color Harmonies of #B44070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44070

Black with #B44070

Text Example


Text Example

White with #B44070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44070; }

 p { color: rgb(180,64,112); }

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

background-color css

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

 a { background-color: rgb(180,64,112); }

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

border-color css

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

 span { border-color: rgb(180,64,112); }

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