Html Css Color HEX #B65371 Royal Heath

📋 copy color: '#B65371'

red 182 ◦ green 83 ◦ blue 113

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

Shades of Royal Heath #B65371

Tints of Royal Heath #B65371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.96%

 BLUE value IS 113 (44.53% from 255) = 29.89%

R = 48.15%
G = 21.96%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B65371 (or 0xB65371) is known color: Royal Heath. HEX triplet: B6, 53 and 71. RGB value is (182,83,113). Sum of RGB (Red+Green+Blue) = 182+83+113=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B65371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65371 is #49AC8E. Grayscale: #747474. Windows color (decimal): -4828303 or 7426998. OLE color: 7426998.

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

Color convert

RGB 182 83 113 -
CMYK 0 0.54 0.38 0.29
HSL 341.82º 0.4% 0.52% -
HSV(B) 341.82º 0.54% 0.71% -
XYZ 25.37 17.32 17.63 -
YUV 116.02 126.3 175.06 -
System Red Green Blue C M Y K H S L
Decimal 182 83 113 0 0.54 0.38 0.29 341.82 0.4 0.52
Hex B6 53 71 0 36 26 1D 156 28 34
Octal 266 123 161 0 66 46 35 526 50 64
Binary 10110110 1010011 1110001 0 110110 100110 11101 101010110 101000 110100

Color Harmonies of #B65371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65371

Black with #B65371

Text Example


Text Example

White with #B65371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65371; }

 p { color: rgb(182,83,113); }

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

background-color css

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

 a { background-color: rgb(182,83,113); }

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

border-color css

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

 span { border-color: rgb(182,83,113); }

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