Html Css Color HEX #B05373 Royal Heath

📋 copy color: '#B05373'

red 176 ◦ green 83 ◦ blue 115

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

Shades of Royal Heath #B05373

Tints of Royal Heath #B05373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.75%

R = 47.06%
G = 22.19%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B05373 (or 0xB05373) is known color: Royal Heath. HEX triplet: B0, 53 and 73. RGB value is (176,83,115). Sum of RGB (Red+Green+Blue) = 176+83+115=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B05373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05373 is #4FAC8C. Grayscale: #727272. Windows color (decimal): -5221517 or 7558064. OLE color: 7558064.

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

Color convert

RGB 176 83 115 -
CMYK 0 0.53 0.35 0.31
HSL 339.35º 0.37% 0.51% -
HSV(B) 339.35º 0.53% 0.69% -
XYZ 24.09 16.65 18.16 -
YUV 114.46 128.31 171.9 -
System Red Green Blue C M Y K H S L
Decimal 176 83 115 0 0.53 0.35 0.31 339.35 0.37 0.51
Hex B0 53 73 0 35 23 1F 153 25 33
Octal 260 123 163 0 65 43 37 523 45 63
Binary 10110000 1010011 1110011 0 110101 100011 11111 101010011 100101 110011

Color Harmonies of #B05373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05373

Black with #B05373

Text Example


Text Example

White with #B05373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05373; }

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

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

background-color css

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

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

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

border-color css

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

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

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