Html Css Color HEX #B1567A Royal Heath

📋 copy color: '#B1567A'

red 177 ◦ green 86 ◦ blue 122

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

Shades of Royal Heath #B1567A

Tints of Royal Heath #B1567A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.69%

R = 45.97%
G = 22.34%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1567A (or 0xB1567A) is known color: Royal Heath. HEX triplet: B1, 56 and 7A. RGB value is (177,86,122). Sum of RGB (Red+Green+Blue) = 177+86+122=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1567A is #4EA985. Grayscale: #757575. Windows color (decimal): -5155206 or 8017585. OLE color: 8017585.

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

Color convert

RGB 177 86 122 -
CMYK 0 0.51 0.31 0.31
HSL 336.26º 0.37% 0.52% -
HSV(B) 336.26º 0.51% 0.69% -
XYZ 24.97 17.41 20.46 -
YUV 117.31 130.65 170.57 -
System Red Green Blue C M Y K H S L
Decimal 177 86 122 0 0.51 0.31 0.31 336.26 0.37 0.52
Hex B1 56 7A 0 33 1F 1F 150 25 34
Octal 261 126 172 0 63 37 37 520 45 64
Binary 10110001 1010110 1111010 0 110011 11111 11111 101010000 100101 110100

Color Harmonies of #B1567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1567A

Black with #B1567A

Text Example


Text Example

White with #B1567A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1567A; }

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

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

background-color css

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

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

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

border-color css

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

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

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