Html Css Color HEX #B6447F Royal Heath

📋 copy color: '#B6447F'

red 182 ◦ green 68 ◦ blue 127

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

Shades of Royal Heath #B6447F

Tints of Royal Heath #B6447F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.69%

R = 48.28%
G = 18.04%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B6447F (or 0xB6447F) is known color: Royal Heath. HEX triplet: B6, 44 and 7F. RGB value is (182,68,127). Sum of RGB (Red+Green+Blue) = 182+68+127=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B6447F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6447F is #49BB80. Grayscale: #6C6C6C. Windows color (decimal): -4832129 or 8340662. OLE color: 8340662.

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

Color convert

RGB 182 68 127 -
CMYK 0 0.63 0.30 0.29
HSL 328.95º 0.46% 0.49% -
HSV(B) 328.95º 0.63% 0.71% -
XYZ 25.19 15.61 21.76 -
YUV 108.81 138.27 180.2 -
System Red Green Blue C M Y K H S L
Decimal 182 68 127 0 0.63 0.30 0.29 328.95 0.46 0.49
Hex B6 44 7F 0 3F 1E 1D 149 2E 31
Octal 266 104 177 0 77 36 35 511 56 61
Binary 10110110 1000100 1111111 0 111111 11110 11101 101001001 101110 110001

Color Harmonies of #B6447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6447F

Black with #B6447F

Text Example


Text Example

White with #B6447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6447F; }

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

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

background-color css

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

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

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

border-color css

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

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

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