Html Css Color HEX #B6577D Royal Heath

📋 copy color: '#B6577D'

red 182 ◦ green 87 ◦ blue 125

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

Shades of Royal Heath #B6577D

Tints of Royal Heath #B6577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.08%

 BLUE value IS 125 (49.22% from 255) = 31.73%

R = 46.19%
G = 22.08%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6577D (or 0xB6577D) is known color: Royal Heath. HEX triplet: B6, 57 and 7D. RGB value is (182,87,125). Sum of RGB (Red+Green+Blue) = 182+87+125=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B6577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6577D is #49A882. Grayscale: #777777. Windows color (decimal): -4827267 or 8214454. OLE color: 8214454.

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

Color convert

RGB 182 87 125 -
CMYK 0 0.52 0.31 0.29
HSL 336º 0.39% 0.53% -
HSV(B) 336º 0.52% 0.71% -
XYZ 26.4 18.24 21.53 -
YUV 119.74 130.97 172.41 -
System Red Green Blue C M Y K H S L
Decimal 182 87 125 0 0.52 0.31 0.29 336 0.39 0.53
Hex B6 57 7D 0 34 1F 1D 150 27 35
Octal 266 127 175 0 64 37 35 520 47 65
Binary 10110110 1010111 1111101 0 110100 11111 11101 101010000 100111 110101

Color Harmonies of #B6577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6577D

Black with #B6577D

Text Example


Text Example

White with #B6577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6577D; }

 p { color: rgb(182,87,125); }

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

background-color css

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

 a { background-color: rgb(182,87,125); }

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

border-color css

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

 span { border-color: rgb(182,87,125); }

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