Html Css Color HEX #B65B78 Royal Heath

📋 copy color: '#B65B78'

red 182 ◦ green 91 ◦ blue 120

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

Shades of Royal Heath #B65B78

Tints of Royal Heath #B65B78

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.16%

 BLUE value IS 120 (47.27% from 255) = 30.53%

R = 46.31%
G = 23.16%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B65B78 (or 0xB65B78) is known color: Royal Heath. HEX triplet: B6, 5B and 78. RGB value is (182,91,120). Sum of RGB (Red+Green+Blue) = 182+91+120=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B78 is #49A487. Grayscale: #797979. Windows color (decimal): -4826248 or 7887798. OLE color: 7887798.

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

Color convert

RGB 182 91 120 -
CMYK 0 0.5 0.34 0.29
HSL 340.88º 0.38% 0.54% -
HSV(B) 340.88º 0.5% 0.71% -
XYZ 26.42 18.78 20 -
YUV 121.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 182 91 120 0 0.5 0.34 0.29 340.88 0.38 0.54
Hex B6 5B 78 0 32 22 1D 155 26 36
Octal 266 133 170 0 62 42 35 525 46 66
Binary 10110110 1011011 1111000 0 110010 100010 11101 101010101 100110 110110

Color Harmonies of #B65B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65B78

Black with #B65B78

Text Example


Text Example

White with #B65B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65B78; }

 p { color: rgb(182,91,120); }

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

background-color css

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

 a { background-color: rgb(182,91,120); }

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

border-color css

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

 span { border-color: rgb(182,91,120); }

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