Html Css Color HEX #B4416F Royal Heath

📋 copy color: '#B4416F'

red 180 ◦ green 65 ◦ blue 111

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

Shades of Royal Heath #B4416F

Tints of Royal Heath #B4416F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.26%

 BLUE value IS 111 (43.75% from 255) = 31.18%

R = 50.56%
G = 18.26%
B = 31.18%

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

#B4416F (or 0xB4416F) is known color: Royal Heath. HEX triplet: B4, 41 and 6F. RGB value is (180,65,111). Sum of RGB (Red+Green+Blue) = 180+65+111=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B4416F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4416F is #4BBE90. Grayscale: #686868. Windows color (decimal): -4963985 or 7291316. OLE color: 7291316.

HSL color Cylindrical-coordinate representation of color #B4416F: hue angle of 336º degrees, saturation: 0.47, 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 #B4416F is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 65 111 -
CMYK 0 0.64 0.38 0.29
HSL 336º 0.47% 0.48% -
HSV(B) 336º 0.64% 0.71% -
XYZ 23.58 14.63 16.62 -
YUV 104.63 131.6 181.76 -
System Red Green Blue C M Y K H S L
Decimal 180 65 111 0 0.64 0.38 0.29 336 0.47 0.48
Hex B4 41 6F 0 40 26 1D 150 2F 30
Octal 264 101 157 0 100 46 35 520 57 60
Binary 10110100 1000001 1101111 0 1000000 100110 11101 101010000 101111 110000

Color Harmonies of #B4416F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4416F

Black with #B4416F

Text Example


Text Example

White with #B4416F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4416F; }

 p { color: rgb(180,65,111); }

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

background-color css

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

 a { background-color: rgb(180,65,111); }

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

border-color css

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

 span { border-color: rgb(180,65,111); }

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