Html Css Color HEX #B6427B Royal Heath

📋 copy color: '#B6427B'

red 182 ◦ green 66 ◦ blue 123

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

Shades of Royal Heath #B6427B

Tints of Royal Heath #B6427B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.15%

R = 49.06%
G = 17.79%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6427B (or 0xB6427B) is known color: Royal Heath. HEX triplet: B6, 42 and 7B. RGB value is (182,66,123). Sum of RGB (Red+Green+Blue) = 182+66+123=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B6427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6427B is #49BD84. Grayscale: #6B6B6B. Windows color (decimal): -4832645 or 8078006. OLE color: 8078006.

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

Color convert

RGB 182 66 123 -
CMYK 0 0.64 0.32 0.29
HSL 330.52º 0.47% 0.49% -
HSV(B) 330.52º 0.64% 0.71% -
XYZ 24.81 15.27 20.38 -
YUV 107.18 136.93 181.37 -
System Red Green Blue C M Y K H S L
Decimal 182 66 123 0 0.64 0.32 0.29 330.52 0.47 0.49
Hex B6 42 7B 0 40 20 1D 14B 2F 31
Octal 266 102 173 0 100 40 35 513 57 61
Binary 10110110 1000010 1111011 0 1000000 100000 11101 101001011 101111 110001

Color Harmonies of #B6427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6427B

Black with #B6427B

Text Example


Text Example

White with #B6427B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6427B; }

 p { color: rgb(182,66,123); }

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

background-color css

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

 a { background-color: rgb(182,66,123); }

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

border-color css

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

 span { border-color: rgb(182,66,123); }

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