Html Css Color HEX #B8416A Royal Heath

📋 copy color: '#B8416A'

red 184 ◦ green 65 ◦ blue 106

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

Shades of Royal Heath #B8416A

Tints of Royal Heath #B8416A

RGB

 RED value IS 184 (72.27% from 255) = 51.83%

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

 BLUE value IS 106 (41.8% from 255) = 29.86%

R = 51.83%
G = 18.31%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B8416A (or 0xB8416A) is known color: Royal Heath. HEX triplet: B8, 41 and 6A. RGB value is (184,65,106). Sum of RGB (Red+Green+Blue) = 184+65+106=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B8416A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8416A is #47BE95. Grayscale: #696969. Windows color (decimal): -4701846 or 6963640. OLE color: 6963640.

HSL color Cylindrical-coordinate representation of color #B8416A: hue angle of 339.33º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B8416A is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 65 106 -
CMYK 0 0.65 0.42 0.28
HSL 339.33º 0.48% 0.49% -
HSV(B) 339.33º 0.65% 0.72% -
XYZ 24.26 15.01 15.25 -
YUV 105.26 128.42 184.17 -
System Red Green Blue C M Y K H S L
Decimal 184 65 106 0 0.65 0.42 0.28 339.33 0.48 0.49
Hex B8 41 6A 0 41 2A 1C 153 30 31
Octal 270 101 152 0 101 52 34 523 60 61
Binary 10111000 1000001 1101010 0 1000001 101010 11100 101010011 110000 110001

Color Harmonies of #B8416A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8416A

Black with #B8416A

Text Example


Text Example

White with #B8416A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8416A; }

 p { color: rgb(184,65,106); }

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

background-color css

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

 a { background-color: rgb(184,65,106); }

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

border-color css

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

 span { border-color: rgb(184,65,106); }

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