Html Css Color HEX #B65582 Royal Heath

📋 copy color: '#B65582'

red 182 ◦ green 85 ◦ blue 130

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

Shades of Royal Heath #B65582

Tints of Royal Heath #B65582

RGB

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

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

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

R = 45.84%
G = 21.41%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B65582 (or 0xB65582) is known color: Royal Heath. HEX triplet: B6, 55 and 82. RGB value is (182,85,130). Sum of RGB (Red+Green+Blue) = 182+85+130=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B65582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65582 is #49AA7D. Grayscale: #777777. Windows color (decimal): -4827774 or 8541622. OLE color: 8541622.

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

Color convert

RGB 182 85 130 -
CMYK 0 0.53 0.29 0.29
HSL 332.16º 0.4% 0.52% -
HSV(B) 332.16º 0.53% 0.71% -
XYZ 26.57 18.05 23.2 -
YUV 119.13 134.14 172.84 -
System Red Green Blue C M Y K H S L
Decimal 182 85 130 0 0.53 0.29 0.29 332.16 0.4 0.52
Hex B6 55 82 0 35 1D 1D 14C 28 34
Octal 266 125 202 0 65 35 35 514 50 64
Binary 10110110 1010101 10000010 0 110101 11101 11101 101001100 101000 110100

Color Harmonies of #B65582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65582

Black with #B65582

Text Example


Text Example

White with #B65582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65582; }

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

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

background-color css

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

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

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

border-color css

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

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

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