Html Css Color HEX #B8446C Royal Heath

📋 copy color: '#B8446C'

red 184 ◦ green 68 ◦ blue 108

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

Shades of Royal Heath #B8446C

Tints of Royal Heath #B8446C

RGB

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

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

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

R = 51.11%
G = 18.89%
B = 30%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8446C (or 0xB8446C) is known color: Royal Heath. HEX triplet: B8, 44 and 6C. RGB value is (184,68,108). Sum of RGB (Red+Green+Blue) = 184+68+108=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B8446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8446C is #47BB93. Grayscale: #6B6B6B. Windows color (decimal): -4701076 or 7095480. OLE color: 7095480.

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

Color convert

RGB 184 68 108 -
CMYK 0 0.63 0.41 0.28
HSL 339.31º 0.46% 0.49% -
HSV(B) 339.31º 0.63% 0.72% -
XYZ 24.54 15.41 15.87 -
YUV 107.24 128.43 182.75 -
System Red Green Blue C M Y K H S L
Decimal 184 68 108 0 0.63 0.41 0.28 339.31 0.46 0.49
Hex B8 44 6C 0 3F 29 1C 153 2E 31
Octal 270 104 154 0 77 51 34 523 56 61
Binary 10111000 1000100 1101100 0 111111 101001 11100 101010011 101110 110001

Color Harmonies of #B8446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8446C

Black with #B8446C

Text Example


Text Example

White with #B8446C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8446C; }

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

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

background-color css

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

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

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

border-color css

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

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

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