Html Css Color HEX #B1567F Royal Heath

📋 copy color: '#B1567F'

red 177 ◦ green 86 ◦ blue 127

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

Shades of Royal Heath #B1567F

Tints of Royal Heath #B1567F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.56%

R = 45.38%
G = 22.05%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1567F (or 0xB1567F) is known color: Royal Heath. HEX triplet: B1, 56 and 7F. RGB value is (177,86,127). Sum of RGB (Red+Green+Blue) = 177+86+127=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B1567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1567F is #4EA980. Grayscale: #757575. Windows color (decimal): -5155201 or 8345265. OLE color: 8345265.

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

Color convert

RGB 177 86 127 -
CMYK 0 0.51 0.28 0.31
HSL 332.97º 0.37% 0.52% -
HSV(B) 332.97º 0.51% 0.69% -
XYZ 25.29 17.54 22.13 -
YUV 117.88 133.15 170.17 -
System Red Green Blue C M Y K H S L
Decimal 177 86 127 0 0.51 0.28 0.31 332.97 0.37 0.52
Hex B1 56 7F 0 33 1C 1F 14D 25 34
Octal 261 126 177 0 63 34 37 515 45 64
Binary 10110001 1010110 1111111 0 110011 11100 11111 101001101 100101 110100

Color Harmonies of #B1567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1567F

Black with #B1567F

Text Example


Text Example

White with #B1567F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1567F; }

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

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

background-color css

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

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

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

border-color css

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

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

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