Html Css Color HEX #B65D7C Royal Heath

📋 copy color: '#B65D7C'

red 182 ◦ green 93 ◦ blue 124

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

Shades of Royal Heath #B65D7C

Tints of Royal Heath #B65D7C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.31%

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

R = 45.61%
G = 23.31%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B65D7C (or 0xB65D7C) is known color: Royal Heath. HEX triplet: B6, 5D and 7C. RGB value is (182,93,124). Sum of RGB (Red+Green+Blue) = 182+93+124=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65D7C is #49A283. Grayscale: #7B7B7B. Windows color (decimal): -4825732 or 8150454. OLE color: 8150454.

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

Color convert

RGB 182 93 124 -
CMYK 0 0.49 0.32 0.29
HSL 339.1º 0.38% 0.54% -
HSV(B) 339.1º 0.49% 0.71% -
XYZ 26.84 19.23 21.37 -
YUV 123.15 128.49 169.98 -
System Red Green Blue C M Y K H S L
Decimal 182 93 124 0 0.49 0.32 0.29 339.1 0.38 0.54
Hex B6 5D 7C 0 31 20 1D 153 26 36
Octal 266 135 174 0 61 40 35 523 46 66
Binary 10110110 1011101 1111100 0 110001 100000 11101 101010011 100110 110110

Color Harmonies of #B65D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65D7C

Black with #B65D7C

Text Example


Text Example

White with #B65D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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