Html Css Color HEX #B65177 Royal Heath

📋 copy color: '#B65177'

red 182 ◦ green 81 ◦ blue 119

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

Shades of Royal Heath #B65177

Tints of Royal Heath #B65177

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.2%

 BLUE value IS 119 (46.88% from 255) = 31.15%

R = 47.64%
G = 21.2%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B65177 (or 0xB65177) is known color: Royal Heath. HEX triplet: B6, 51 and 77. RGB value is (182,81,119). Sum of RGB (Red+Green+Blue) = 182+81+119=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B65177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65177 is #49AE88. Grayscale: #737373. Windows color (decimal): -4828809 or 7819702. OLE color: 7819702.

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

Color convert

RGB 182 81 119 -
CMYK 0 0.55 0.35 0.29
HSL 337.43º 0.41% 0.52% -
HSV(B) 337.43º 0.55% 0.71% -
XYZ 25.56 17.16 19.42 -
YUV 115.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 182 81 119 0 0.55 0.35 0.29 337.43 0.41 0.52
Hex B6 51 77 0 37 23 1D 151 29 34
Octal 266 121 167 0 67 43 35 521 51 64
Binary 10110110 1010001 1110111 0 110111 100011 11101 101010001 101001 110100

Color Harmonies of #B65177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65177

Black with #B65177

Text Example


Text Example

White with #B65177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65177; }

 p { color: rgb(182,81,119); }

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

background-color css

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

 a { background-color: rgb(182,81,119); }

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

border-color css

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

 span { border-color: rgb(182,81,119); }

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