Html Css Color HEX #B8426C Royal Heath

📋 copy color: '#B8426C'

red 184 ◦ green 66 ◦ blue 108

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

Shades of Royal Heath #B8426C

Tints of Royal Heath #B8426C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.17%

R = 51.4%
G = 18.44%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8426C (or 0xB8426C) is known color: Royal Heath. HEX triplet: B8, 42 and 6C. RGB value is (184,66,108). Sum of RGB (Red+Green+Blue) = 184+66+108=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B8426C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8426C is #47BD93. Grayscale: #6A6A6A. Windows color (decimal): -4701588 or 7094968. OLE color: 7094968.

HSL color Cylindrical-coordinate representation of color #B8426C: hue angle of 338.64º 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 #B8426C is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 66 108 -
CMYK 0 0.64 0.41 0.28
HSL 338.64º 0.47% 0.49% -
HSV(B) 338.64º 0.64% 0.72% -
XYZ 24.42 15.17 15.83 -
YUV 106.07 129.09 183.58 -
System Red Green Blue C M Y K H S L
Decimal 184 66 108 0 0.64 0.41 0.28 338.64 0.47 0.49
Hex B8 42 6C 0 40 29 1C 153 2F 31
Octal 270 102 154 0 100 51 34 523 57 61
Binary 10111000 1000010 1101100 0 1000000 101001 11100 101010011 101111 110001

Color Harmonies of #B8426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8426C

Black with #B8426C

Text Example


Text Example

White with #B8426C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8426C; }

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

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

background-color css

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

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

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

border-color css

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

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

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