Html Css Color HEX #B05E7A Royal Heath

📋 copy color: '#B05E7A'

red 176 ◦ green 94 ◦ blue 122

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

Shades of Royal Heath #B05E7A

Tints of Royal Heath #B05E7A

RGB

 RED value IS 176 (69.14% from 255) = 44.9%

 GREEN value IS 94 (37.11% from 255) = 23.98%

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

R = 44.9%
G = 23.98%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B05E7A (or 0xB05E7A) is known color: Royal Heath. HEX triplet: B0, 5E and 7A. RGB value is (176,94,122). Sum of RGB (Red+Green+Blue) = 176+94+122=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05E7A is #4FA185. Grayscale: #797979. Windows color (decimal): -5218694 or 8019632. OLE color: 8019632.

HSL color Cylindrical-coordinate representation of color #B05E7A: hue angle of 339.51º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B05E7A is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 94 122 -
CMYK 0 0.47 0.31 0.31
HSL 339.51º 0.34% 0.53% -
HSV(B) 339.51º 0.47% 0.69% -
XYZ 25.42 18.64 20.67 -
YUV 121.71 128.17 166.72 -
System Red Green Blue C M Y K H S L
Decimal 176 94 122 0 0.47 0.31 0.31 339.51 0.34 0.53
Hex B0 5E 7A 0 2F 1F 1F 154 22 35
Octal 260 136 172 0 57 37 37 524 42 65
Binary 10110000 1011110 1111010 0 101111 11111 11111 101010100 100010 110101

Color Harmonies of #B05E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05E7A

Black with #B05E7A

Text Example


Text Example

White with #B05E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05E7A; }

 p { color: rgb(176,94,122); }

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

background-color css

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

 a { background-color: rgb(176,94,122); }

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

border-color css

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

 span { border-color: rgb(176,94,122); }

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