Html Css Color HEX #B6446F Royal Heath

📋 copy color: '#B6446F'

red 182 ◦ green 68 ◦ blue 111

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

Shades of Royal Heath #B6446F

Tints of Royal Heath #B6446F

RGB

 RED value IS 182 (71.48% from 255) = 50.42%

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

 BLUE value IS 111 (43.75% from 255) = 30.75%

R = 50.42%
G = 18.84%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B6446F (or 0xB6446F) is known color: Royal Heath. HEX triplet: B6, 44 and 6F. RGB value is (182,68,111). Sum of RGB (Red+Green+Blue) = 182+68+111=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B6446F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6446F is #49BB90. Grayscale: #6A6A6A. Windows color (decimal): -4832145 or 7292086. OLE color: 7292086.

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

Color convert

RGB 182 68 111 -
CMYK 0 0.63 0.39 0.29
HSL 337.37º 0.46% 0.49% -
HSV(B) 337.37º 0.63% 0.71% -
XYZ 24.23 15.23 16.7 -
YUV 106.99 130.27 181.5 -
System Red Green Blue C M Y K H S L
Decimal 182 68 111 0 0.63 0.39 0.29 337.37 0.46 0.49
Hex B6 44 6F 0 3F 27 1D 151 2E 31
Octal 266 104 157 0 77 47 35 521 56 61
Binary 10110110 1000100 1101111 0 111111 100111 11101 101010001 101110 110001

Color Harmonies of #B6446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6446F

Black with #B6446F

Text Example


Text Example

White with #B6446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6446F; }

 p { color: rgb(182,68,111); }

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

background-color css

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

 a { background-color: rgb(182,68,111); }

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

border-color css

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

 span { border-color: rgb(182,68,111); }

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