Html Css Color HEX #B6437C Royal Heath

📋 copy color: '#B6437C'

red 182 ◦ green 67 ◦ blue 124

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

Shades of Royal Heath #B6437C

Tints of Royal Heath #B6437C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.96%

 BLUE value IS 124 (48.83% from 255) = 33.24%

R = 48.79%
G = 17.96%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6437C (or 0xB6437C) is known color: Royal Heath. HEX triplet: B6, 43 and 7C. RGB value is (182,67,124). Sum of RGB (Red+Green+Blue) = 182+67+124=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B6437C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6437C is #49BC83. Grayscale: #6B6B6B. Windows color (decimal): -4832388 or 8143798. OLE color: 8143798.

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

Color convert

RGB 182 67 124 -
CMYK 0 0.63 0.32 0.29
HSL 330.26º 0.46% 0.49% -
HSV(B) 330.26º 0.63% 0.71% -
XYZ 24.94 15.41 20.73 -
YUV 107.88 137.1 180.87 -
System Red Green Blue C M Y K H S L
Decimal 182 67 124 0 0.63 0.32 0.29 330.26 0.46 0.49
Hex B6 43 7C 0 3F 20 1D 14A 2E 31
Octal 266 103 174 0 77 40 35 512 56 61
Binary 10110110 1000011 1111100 0 111111 100000 11101 101001010 101110 110001

Color Harmonies of #B6437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6437C

Black with #B6437C

Text Example


Text Example

White with #B6437C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6437C; }

 p { color: rgb(182,67,124); }

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

background-color css

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

 a { background-color: rgb(182,67,124); }

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

border-color css

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

 span { border-color: rgb(182,67,124); }

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