Html Css Color HEX #B8426E Royal Heath

📋 copy color: '#B8426E'

red 184 ◦ green 66 ◦ blue 110

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

Shades of Royal Heath #B8426E

Tints of Royal Heath #B8426E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.33%

 BLUE value IS 110 (43.36% from 255) = 30.56%

R = 51.11%
G = 18.33%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8426E (or 0xB8426E) is known color: Royal Heath. HEX triplet: B8, 42 and 6E. RGB value is (184,66,110). Sum of RGB (Red+Green+Blue) = 184+66+110=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B8426E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8426E is #47BD91. Grayscale: #6A6A6A. Windows color (decimal): -4701586 or 7226040. OLE color: 7226040.

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

Color convert

RGB 184 66 110 -
CMYK 0 0.64 0.40 0.28
HSL 337.63º 0.47% 0.49% -
HSV(B) 337.63º 0.64% 0.72% -
XYZ 24.53 15.21 16.4 -
YUV 106.3 130.09 183.42 -
System Red Green Blue C M Y K H S L
Decimal 184 66 110 0 0.64 0.40 0.28 337.63 0.47 0.49
Hex B8 42 6E 0 40 28 1C 152 2F 31
Octal 270 102 156 0 100 50 34 522 57 61
Binary 10111000 1000010 1101110 0 1000000 101000 11100 101010010 101111 110001

Color Harmonies of #B8426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8426E

Black with #B8426E

Text Example


Text Example

White with #B8426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8426E; }

 p { color: rgb(184,66,110); }

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

background-color css

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

 a { background-color: rgb(184,66,110); }

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

border-color css

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

 span { border-color: rgb(184,66,110); }

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