Html Css Color HEX #B8446E Royal Heath

📋 copy color: '#B8446E'

red 184 ◦ green 68 ◦ blue 110

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

Shades of Royal Heath #B8446E

Tints of Royal Heath #B8446E

RGB

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

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

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

R = 50.83%
G = 18.78%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8446E (or 0xB8446E) is known color: Royal Heath. HEX triplet: B8, 44 and 6E. RGB value is (184,68,110). Sum of RGB (Red+Green+Blue) = 184+68+110=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8446E is #47BB91. Grayscale: #6B6B6B. Windows color (decimal): -4701074 or 7226552. OLE color: 7226552.

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

Color convert

RGB 184 68 110 -
CMYK 0 0.63 0.40 0.28
HSL 338.28º 0.46% 0.49% -
HSV(B) 338.28º 0.63% 0.72% -
XYZ 24.65 15.45 16.43 -
YUV 107.47 129.43 182.58 -
System Red Green Blue C M Y K H S L
Decimal 184 68 110 0 0.63 0.40 0.28 338.28 0.46 0.49
Hex B8 44 6E 0 3F 28 1C 152 2E 31
Octal 270 104 156 0 77 50 34 522 56 61
Binary 10111000 1000100 1101110 0 111111 101000 11100 101010010 101110 110001

Color Harmonies of #B8446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8446E

Black with #B8446E

Text Example


Text Example

White with #B8446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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