Html Css Color HEX #B15682 Royal Heath

📋 copy color: '#B15682'

red 177 ◦ green 86 ◦ blue 130

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

Shades of Royal Heath #B15682

Tints of Royal Heath #B15682

RGB

 RED value IS 177 (69.53% from 255) = 45.04%

 GREEN value IS 86 (33.98% from 255) = 21.88%

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

R = 45.04%
G = 21.88%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B15682 (or 0xB15682) is known color: Royal Heath. HEX triplet: B1, 56 and 82. RGB value is (177,86,130). Sum of RGB (Red+Green+Blue) = 177+86+130=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B15682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15682 is #4EA97D. Grayscale: #767676. Windows color (decimal): -5155198 or 8541873. OLE color: 8541873.

HSL color Cylindrical-coordinate representation of color #B15682: hue angle of 330.99º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B15682 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 86 130 -
CMYK 0 0.51 0.27 0.31
HSL 330.99º 0.37% 0.52% -
HSV(B) 330.99º 0.51% 0.69% -
XYZ 25.49 17.61 23.18 -
YUV 118.23 134.65 169.92 -
System Red Green Blue C M Y K H S L
Decimal 177 86 130 0 0.51 0.27 0.31 330.99 0.37 0.52
Hex B1 56 82 0 33 1B 1F 14B 25 34
Octal 261 126 202 0 63 33 37 513 45 64
Binary 10110001 1010110 10000010 0 110011 11011 11111 101001011 100101 110100

Color Harmonies of #B15682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15682

Black with #B15682

Text Example


Text Example

White with #B15682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15682; }

 p { color: rgb(177,86,130); }

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

background-color css

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

 a { background-color: rgb(177,86,130); }

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

border-color css

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

 span { border-color: rgb(177,86,130); }

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