Html Css Color HEX #B1567B Royal Heath

📋 copy color: '#B1567B'

red 177 ◦ green 86 ◦ blue 123

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

Shades of Royal Heath #B1567B

Tints of Royal Heath #B1567B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.87%

R = 45.85%
G = 22.28%
B = 31.87%

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

#B1567B (or 0xB1567B) is known color: Royal Heath. HEX triplet: B1, 56 and 7B. RGB value is (177,86,123). Sum of RGB (Red+Green+Blue) = 177+86+123=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1567B is #4EA984. Grayscale: #757575. Windows color (decimal): -5155205 or 8083121. OLE color: 8083121.

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

Color convert

RGB 177 86 123 -
CMYK 0 0.51 0.31 0.31
HSL 335.6º 0.37% 0.52% -
HSV(B) 335.6º 0.51% 0.69% -
XYZ 25.03 17.43 20.78 -
YUV 117.43 131.15 170.49 -
System Red Green Blue C M Y K H S L
Decimal 177 86 123 0 0.51 0.31 0.31 335.6 0.37 0.52
Hex B1 56 7B 0 33 1F 1F 150 25 34
Octal 261 126 173 0 63 37 37 520 45 64
Binary 10110001 1010110 1111011 0 110011 11111 11111 101010000 100101 110100

Color Harmonies of #B1567B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1567B

Black with #B1567B

Text Example


Text Example

White with #B1567B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1567B; }

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

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

background-color css

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

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

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

border-color css

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

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

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