Html Css Color HEX #B65579 Royal Heath

📋 copy color: '#B65579'

red 182 ◦ green 85 ◦ blue 121

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

Shades of Royal Heath #B65579

Tints of Royal Heath #B65579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.91%

 BLUE value IS 121 (47.66% from 255) = 31.19%

R = 46.91%
G = 21.91%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B65579 (or 0xB65579) is known color: Royal Heath. HEX triplet: B6, 55 and 79. RGB value is (182,85,121). Sum of RGB (Red+Green+Blue) = 182+85+121=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B65579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65579 is #49AA86. Grayscale: #767676. Windows color (decimal): -4827783 or 7951798. OLE color: 7951798.

HSL color Cylindrical-coordinate representation of color #B65579: hue angle of 337.73º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B65579 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 85 121 -
CMYK 0 0.53 0.34 0.29
HSL 337.73º 0.4% 0.52% -
HSV(B) 337.73º 0.53% 0.71% -
XYZ 25.99 17.82 20.16 -
YUV 118.11 129.64 173.57 -
System Red Green Blue C M Y K H S L
Decimal 182 85 121 0 0.53 0.34 0.29 337.73 0.4 0.52
Hex B6 55 79 0 35 22 1D 152 28 34
Octal 266 125 171 0 65 42 35 522 50 64
Binary 10110110 1010101 1111001 0 110101 100010 11101 101010010 101000 110100

Color Harmonies of #B65579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65579

Black with #B65579

Text Example


Text Example

White with #B65579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65579; }

 p { color: rgb(182,85,121); }

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

background-color css

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

 a { background-color: rgb(182,85,121); }

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

border-color css

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

 span { border-color: rgb(182,85,121); }

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