Html Css Color HEX #B4446D Royal Heath

📋 copy color: '#B4446D'

red 180 ◦ green 68 ◦ blue 109

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

Shades of Royal Heath #B4446D

Tints of Royal Heath #B4446D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.05%

 BLUE value IS 109 (42.97% from 255) = 30.53%

R = 50.42%
G = 19.05%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B4446D (or 0xB4446D) is known color: Royal Heath. HEX triplet: B4, 44 and 6D. RGB value is (180,68,109). Sum of RGB (Red+Green+Blue) = 180+68+109=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B4446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4446D is #4BBB92. Grayscale: #6A6A6A. Windows color (decimal): -4963219 or 7161012. OLE color: 7161012.

HSL color Cylindrical-coordinate representation of color #B4446D: hue angle of 338.04º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B4446D is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 68 109 -
CMYK 0 0.62 0.39 0.29
HSL 338.04º 0.45% 0.49% -
HSV(B) 338.04º 0.62% 0.71% -
XYZ 23.65 14.94 16.11 -
YUV 106.16 129.61 180.67 -
System Red Green Blue C M Y K H S L
Decimal 180 68 109 0 0.62 0.39 0.29 338.04 0.45 0.49
Hex B4 44 6D 0 3E 27 1D 152 2D 31
Octal 264 104 155 0 76 47 35 522 55 61
Binary 10110100 1000100 1101101 0 111110 100111 11101 101010010 101101 110001

Color Harmonies of #B4446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4446D

Black with #B4446D

Text Example


Text Example

White with #B4446D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4446D; }

 p { color: rgb(180,68,109); }

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

background-color css

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

 a { background-color: rgb(180,68,109); }

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

border-color css

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

 span { border-color: rgb(180,68,109); }

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