Html Css Color HEX #B05370 Royal Heath

📋 copy color: '#B05370'

red 176 ◦ green 83 ◦ blue 112

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

Shades of Royal Heath #B05370

Tints of Royal Heath #B05370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.37%

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 47.44%
G = 22.37%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B05370 (or 0xB05370) is known color: Royal Heath. HEX triplet: B0, 53 and 70. RGB value is (176,83,112). Sum of RGB (Red+Green+Blue) = 176+83+112=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B05370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05370 is #4FAC8F. Grayscale: #727272. Windows color (decimal): -5221520 or 7361456. OLE color: 7361456.

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

Color convert

RGB 176 83 112 -
CMYK 0 0.53 0.36 0.31
HSL 341.29º 0.37% 0.51% -
HSV(B) 341.29º 0.53% 0.69% -
XYZ 23.92 16.59 17.27 -
YUV 114.11 126.81 172.14 -
System Red Green Blue C M Y K H S L
Decimal 176 83 112 0 0.53 0.36 0.31 341.29 0.37 0.51
Hex B0 53 70 0 35 24 1F 155 25 33
Octal 260 123 160 0 65 44 37 525 45 63
Binary 10110000 1010011 1110000 0 110101 100100 11111 101010101 100101 110011

Color Harmonies of #B05370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05370

Black with #B05370

Text Example


Text Example

White with #B05370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05370; }

 p { color: rgb(176,83,112); }

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

background-color css

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

 a { background-color: rgb(176,83,112); }

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

border-color css

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

 span { border-color: rgb(176,83,112); }

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