Html Css Color HEX #B05D7A Royal Heath

📋 copy color: '#B05D7A'

red 176 ◦ green 93 ◦ blue 122

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

Shades of Royal Heath #B05D7A

Tints of Royal Heath #B05D7A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.79%

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

R = 45.01%
G = 23.79%
B = 31.2%

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

#B05D7A (or 0xB05D7A) is known color: Royal Heath. HEX triplet: B0, 5D and 7A. RGB value is (176,93,122). Sum of RGB (Red+Green+Blue) = 176+93+122=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05D7A is #4FA285. Grayscale: #797979. Windows color (decimal): -5218950 or 8019376. OLE color: 8019376.

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

Color convert

RGB 176 93 122 -
CMYK 0 0.47 0.31 0.31
HSL 339.04º 0.34% 0.53% -
HSV(B) 339.04º 0.47% 0.69% -
XYZ 25.33 18.46 20.64 -
YUV 121.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 176 93 122 0 0.47 0.31 0.31 339.04 0.34 0.53
Hex B0 5D 7A 0 2F 1F 1F 153 22 35
Octal 260 135 172 0 57 37 37 523 42 65
Binary 10110000 1011101 1111010 0 101111 11111 11111 101010011 100010 110101

Color Harmonies of #B05D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D7A

Black with #B05D7A

Text Example


Text Example

White with #B05D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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