Html Css Color HEX #B15784 Royal Heath

📋 copy color: '#B15784'

red 177 ◦ green 87 ◦ blue 132

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

Shades of Royal Heath #B15784

Tints of Royal Heath #B15784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.33%

R = 44.7%
G = 21.97%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B15784 (or 0xB15784) is known color: Royal Heath. HEX triplet: B1, 57 and 84. RGB value is (177,87,132). Sum of RGB (Red+Green+Blue) = 177+87+132=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B15784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15784 is #4EA87B. Grayscale: #767676. Windows color (decimal): -5154940 or 8673201. OLE color: 8673201.

HSL color Cylindrical-coordinate representation of color #B15784: hue angle of 330º 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 #B15784 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 87 132 -
CMYK 0 0.51 0.25 0.31
HSL 330º 0.37% 0.52% -
HSV(B) 330º 0.51% 0.69% -
XYZ 25.7 17.83 23.92 -
YUV 119.04 135.32 169.34 -
System Red Green Blue C M Y K H S L
Decimal 177 87 132 0 0.51 0.25 0.31 330 0.37 0.52
Hex B1 57 84 0 33 19 1F 14A 25 34
Octal 261 127 204 0 63 31 37 512 45 64
Binary 10110001 1010111 10000100 0 110011 11001 11111 101001010 100101 110100

Color Harmonies of #B15784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15784

Black with #B15784

Text Example


Text Example

White with #B15784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15784; }

 p { color: rgb(177,87,132); }

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

background-color css

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

 a { background-color: rgb(177,87,132); }

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

border-color css

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

 span { border-color: rgb(177,87,132); }

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