Html Css Color HEX #B65982 Royal Heath

📋 copy color: '#B65982'

red 182 ◦ green 89 ◦ blue 130

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

Shades of Royal Heath #B65982

Tints of Royal Heath #B65982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.19%

 BLUE value IS 130 (51.17% from 255) = 32.42%

R = 45.39%
G = 22.19%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B65982 (or 0xB65982) is known color: Royal Heath. HEX triplet: B6, 59 and 82. RGB value is (182,89,130). Sum of RGB (Red+Green+Blue) = 182+89+130=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B65982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65982 is #49A67D. Grayscale: #797979. Windows color (decimal): -4826750 or 8542646. OLE color: 8542646.

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

Color convert

RGB 182 89 130 -
CMYK 0 0.51 0.29 0.29
HSL 333.55º 0.39% 0.53% -
HSV(B) 333.55º 0.51% 0.71% -
XYZ 26.89 18.7 23.31 -
YUV 121.48 132.81 171.17 -
System Red Green Blue C M Y K H S L
Decimal 182 89 130 0 0.51 0.29 0.29 333.55 0.39 0.53
Hex B6 59 82 0 33 1D 1D 14E 27 35
Octal 266 131 202 0 63 35 35 516 47 65
Binary 10110110 1011001 10000010 0 110011 11101 11101 101001110 100111 110101

Color Harmonies of #B65982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65982

Black with #B65982

Text Example


Text Example

White with #B65982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65982; }

 p { color: rgb(182,89,130); }

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

background-color css

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

 a { background-color: rgb(182,89,130); }

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

border-color css

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

 span { border-color: rgb(182,89,130); }

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